mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Please, I just want to get my Switch 2 already
This commit is contained in:
@@ -169,7 +169,7 @@ function TwitchUpcomingAd(data) {
|
||||
|
||||
// Start the countdown animation
|
||||
setTimeout(() => {
|
||||
console.debug('Upcomfing Ad Warning Countdown start...');
|
||||
console.debug('Upcoming Ad Warning Countdown start...');
|
||||
if (upcomingAdWarningStartDelay)
|
||||
UpcomingAdWarning(warningSeconds);
|
||||
}, upcomingAdWarningStartDelay * 1000);
|
||||
@@ -420,6 +420,4 @@ function SetConnectionStatus(connected) {
|
||||
statusContainer.style.transition = "";
|
||||
statusContainer.style.opacity = 1;
|
||||
}
|
||||
}
|
||||
|
||||
TwitchUpcomingAd()
|
||||
}
|
||||
Reference in New Issue
Block a user