1
Fork 0

make it 2000 :3

This commit is contained in:
Ashley 2023-12-20 20:41:27 +00:00
parent 10b9755960
commit 271a3db05b

View file

@ -323,7 +323,7 @@ function fetchUrls(urls) {
// Hide the indicator after 2 seconds
setTimeout(function() {
loopedIndicator.style.display = "none";
}, 1000);
}, 2000);
});