mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 22:47:58 +00:00
save every 5 seconds instead
This commit is contained in:
@@ -3244,7 +3244,7 @@ function resumeProgress() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
setInterval(toggleOpacity, 200);
|
setInterval(toggleOpacity, 5000);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user