Please work lmao

This commit is contained in:
nuttylmao
2025-06-05 09:14:38 +10:00
parent bfb609d0af
commit ebb3e6ac32
-2
View File
@@ -273,8 +273,6 @@ function UpcomingAdWarning(warningSeconds) {
upcomingAdWarningLocked = true;
// Set the starting position of the countdown box
let width = upcomingAdWarningContainer.getBoundingClientRect().width;
upcomingAdWarningContainer.style.right = -width + "px";
countdownLabel.innerHTML = formatTime(warningSeconds);
// Slide the countdown box on screen