1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-03-14 15:00:24 -04:00

make it 1.5

This commit is contained in:
ashley 2024-05-11 00:06:11 +00:00
parent 667abd4764
commit f78344e756

View file

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