1
Fork 0

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);
};