fix i think

master
Aevann 2023-03-09 22:30:01 +02:00
parent ceef37472e
commit 75ee789b98
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ for (const element of TH) {
}
function disable_btn(t) {
if (t.classList.contains('disabled')) {
if (!t.classList.contains('disabled')) {
setTimeout(() => {
t.disabled = true;
}, 0.0000000000000000001);