mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:34:43 -05:00
make it 2000 :3
This commit is contained in:
parent
10b9755960
commit
271a3db05b
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ function fetchUrls(urls) {
|
|||
// Hide the indicator after 2 seconds
|
||||
setTimeout(function() {
|
||||
loopedIndicator.style.display = "none";
|
||||
}, 1000);
|
||||
}, 2000);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue