reduce timeout for disable_btn

pull/138/head
Aevann 2023-03-07 06:43:54 +02:00
parent f0b8dcf11e
commit 7b0d829cbf
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function disable_btn(t) {
setTimeout(() => {
t.disabled = true;
}, 1);
}, 0.0000000000000000001);
setTimeout(() => {
t.classList.remove("disabled");