mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-22 02:57:14 +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
|
// if we disable the button right away, we wouldn't be able to submit the form
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
e.disabled = "disabled";
|
e.disabled = "disabled";
|
||||||
}, 500);
|
}, 200);
|
||||||
|
|
||||||
e.value = "Processing...";
|
e.value = "Processing...";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user