mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Oops
This commit is contained in:
@@ -267,7 +267,7 @@ function UpcomingAdWarning(warningSeconds) {
|
||||
|
||||
// Set the starting position of the countdown box
|
||||
upcomingAdWarningContainer.style.right = -width + "px";
|
||||
countdownLabel.innerHTML = warningSeconds;
|
||||
countdownLabel.innerHTML = formatTime(warningSeconds);
|
||||
|
||||
// Slide the countdown box on screen
|
||||
upcomingAdWarningContainer.style.right = "0px";
|
||||
|
||||
Reference in New Issue
Block a user