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); });