From 540e69c8d14f5540725d22fa8361f049d095eeda Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Sat, 28 Oct 2017 10:01:43 +0200 Subject: [PATCH] refactor: button disable timeout should be shorter --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 24383dec..d5325097 100644 --- a/install/index.php +++ b/install/index.php @@ -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...";