forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-03-09 07:59:44 +02:00
parent 5708d4d64e
commit 27b6d23e13
1 changed files with 1 additions and 2 deletions

View File

@ -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)
};
}