mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Oops
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user