From f456077659262c045a9036484e516afd1b0d03ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 10 Mar 2023 23:19:08 +0200 Subject: [PATCH] try to fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3759332#context --- files/assets/js/bottom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index d54d25dee..39b162df3 100644 --- a/files/assets/js/bottom.js +++ b/files/assets/js/bottom.js @@ -106,7 +106,7 @@ function disable_btn(t) { setTimeout(() => { t.disabled = true; - }, 0.0000000000000000001); + }, 0.1); setTimeout(() => { t.classList.remove("disabled");