mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 18:44:21 +00:00
refactor: button disable timeout should be shorter
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ function proceed() {
|
||||
// if we disable the button right away, we wouldn't be able to submit the form
|
||||
setTimeout(function() {
|
||||
e.disabled = "disabled";
|
||||
}, 500);
|
||||
}, 200);
|
||||
|
||||
e.value = "Processing...";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user