From b55d17859ed29e3a21d68854f44228413d2f576c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 4 Jul 2022 05:35:00 +0200 Subject: [PATCH] Revert "make the timeout 2 seconds for the button" This reverts commit c222d363663014533c8e993b85896dbf25e3ab34. --- files/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 7eab5a0561..dcdeffa41e 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1191,7 +1191,7 @@ setTimeout(() => { btn.disabled = false; btn.classList.remove('disabled'); - }, 2000); + }, 1000); }