From 271a3db05bb5d6de2a655a7bd49ddaee6a491eb7 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 20 Dec 2023 20:41:27 +0000 Subject: [PATCH] make it 2000 :3 --- css/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.js b/css/app.js index 8376a976..d57affb9 100644 --- a/css/app.js +++ b/css/app.js @@ -323,7 +323,7 @@ function fetchUrls(urls) { // Hide the indicator after 2 seconds setTimeout(function() { loopedIndicator.style.display = "none"; - }, 1000); + }, 2000); });