diff --git a/html/poketube.ejs b/html/poketube.ejs index 160fcc94..369d506a 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -3244,7 +3244,7 @@ function resumeProgress() { } window.onload = function() { - setInterval(toggleOpacity, 4500); + setInterval(toggleOpacity, 1500); };