mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 08:15:11 +03:00
enable copy button again
This commit is contained in:
@@ -28,7 +28,10 @@ $(document).ready(function() {
|
|||||||
//disable button for 3s
|
//disable button for 3s
|
||||||
$copyBtn.attr('disabled', true)
|
$copyBtn.attr('disabled', true)
|
||||||
$copyBtn.html('Copied!');
|
$copyBtn.html('Copied!');
|
||||||
|
window.setTimeout(()=>{
|
||||||
|
$copyBtn.attr('disabled', false);
|
||||||
|
$copyBtn.html('Copy');
|
||||||
|
}, 3000);
|
||||||
});
|
});
|
||||||
|
|
||||||
// link back to home page
|
// link back to home page
|
||||||
|
|||||||
Reference in New Issue
Block a user