From 913a43e0cb908ddd6e7b08a82a0f97a92043b2a2 Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 11 May 2024 00:12:22 +0000 Subject: [PATCH] final commmit hopefull --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };