This commit is contained in:
nuttylmao
2025-06-05 06:25:50 +10:00
parent c9121947cc
commit 6eb5468108
+1 -1
View File
@@ -267,7 +267,7 @@ function UpcomingAdWarning(warningSeconds) {
// Set the starting position of the countdown box // Set the starting position of the countdown box
upcomingAdWarningContainer.style.right = -width + "px"; upcomingAdWarningContainer.style.right = -width + "px";
countdownLabel.innerHTML = warningSeconds; countdownLabel.innerHTML = formatTime(warningSeconds);
// Slide the countdown box on screen // Slide the countdown box on screen
upcomingAdWarningContainer.style.right = "0px"; upcomingAdWarningContainer.style.right = "0px";