1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 04:34:38 -05:00

final commmit hopefull

This commit is contained in:
ashley 2024-05-11 00:12:22 +00:00
parent 284ca61bb9
commit 913a43e0cb

View file

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