mirror of
https://github.com/timvisee/send.git
synced 2026-04-21 22:14:33 -04:00
debugging #524
This commit is contained in:
@@ -227,7 +227,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
//disable button for 3s
|
||||
copyBtn.disabled = true;
|
||||
link.disabled = true;
|
||||
copyBtn.removeAttribute('data-l10n-id');
|
||||
copyBtn.innerHTML = `<img src="${checkImg}" class="icon-check"></img>`;
|
||||
setTimeout(() => {
|
||||
copyBtn.disabled = !allowedCopy();
|
||||
|
||||
Reference in New Issue
Block a user