mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:17:57 +01: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
|
// Hide the indicator after 2 seconds
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
loopedIndicator.style.display = "none";
|
loopedIndicator.style.display = "none";
|
||||||
}, 1000);
|
}, 2000);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue