mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Please work lmao
This commit is contained in:
@@ -273,8 +273,6 @@ function UpcomingAdWarning(warningSeconds) {
|
|||||||
upcomingAdWarningLocked = true;
|
upcomingAdWarningLocked = true;
|
||||||
|
|
||||||
// Set the starting position of the countdown box
|
// Set the starting position of the countdown box
|
||||||
let width = upcomingAdWarningContainer.getBoundingClientRect().width;
|
|
||||||
upcomingAdWarningContainer.style.right = -width + "px";
|
|
||||||
countdownLabel.innerHTML = formatTime(warningSeconds);
|
countdownLabel.innerHTML = formatTime(warningSeconds);
|
||||||
|
|
||||||
// Slide the countdown box on screen
|
// Slide the countdown box on screen
|
||||||
|
|||||||
Reference in New Issue
Block a user