refactor: button disable timeout should be shorter

This commit is contained in:
Martin Ambrus
2017-10-28 10:01:43 +02:00
parent 1b3d0ab4ac
commit 540e69c8d1
+1 -1
View File
@@ -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...";