diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index b6652e8ff5..f370806f13 100644 --- a/files/assets/js/bottom.js +++ b/files/assets/js/bottom.js @@ -107,7 +107,7 @@ function disable_btn(t) { setTimeout(() => { t.classList.remove("disabled"); t.disabled = false; - }, 1000); + }, 2000); } function register_new_elements(e) { @@ -120,7 +120,6 @@ function register_new_elements(e) { for (const element of onclick) { element.onclick = () => { execute(element, 'onclick') - disable_btn(element) }; }