This commit is contained in:
Aevann1 2022-02-14 01:52:44 +02:00
parent 8f1ab79f95
commit 378b38cc60
21 changed files with 37 additions and 34 deletions

View file

@ -40,7 +40,7 @@ function post_toast(t, url, reload, data) {
setTimeout(() => {
t.disabled = false;
t.classList.remove("disabled");
}, 500);
}, 2000);
};
xhr.send(form);