1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:54:42 -05:00

save every 5 seconds instead

This commit is contained in:
ashley 2024-05-11 00:00:36 +00:00
parent 1d07846314
commit 6134c84047

View file

@ -3244,7 +3244,7 @@ function resumeProgress() {
}
window.onload = function() {
setInterval(toggleOpacity, 200);
setInterval(toggleOpacity, 5000);
};