mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:57:58 +01:00
save every 5 seconds instead
This commit is contained in:
parent
1d07846314
commit
6134c84047
1 changed files with 1 additions and 1 deletions
|
@ -3244,7 +3244,7 @@ function resumeProgress() {
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
setInterval(toggleOpacity, 200);
|
setInterval(toggleOpacity, 5000);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue