mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
save every 5 seconds instead
This commit is contained in:
parent
1d07846314
commit
6134c84047
@ -3244,7 +3244,7 @@ function resumeProgress() {
|
||||
}
|
||||
|
||||
window.onload = function() {
|
||||
setInterval(toggleOpacity, 200);
|
||||
setInterval(toggleOpacity, 5000);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user