diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index 437cbfcb95..b6652e8ff5 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; - }, 2000); + }, 1000); } function register_new_elements(e) {