mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -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
|
// Start the countdown animation
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
console.debug('Upcomfing Ad Warning Countdown start...');
|
console.debug('Upcoming Ad Warning Countdown start...');
|
||||||
if (upcomingAdWarningStartDelay)
|
if (upcomingAdWarningStartDelay)
|
||||||
UpcomingAdWarning(warningSeconds);
|
UpcomingAdWarning(warningSeconds);
|
||||||
}, upcomingAdWarningStartDelay * 1000);
|
}, upcomingAdWarningStartDelay * 1000);
|
||||||
@@ -421,5 +421,3 @@ function SetConnectionStatus(connected) {
|
|||||||
statusContainer.style.opacity = 1;
|
statusContainer.style.opacity = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TwitchUpcomingAd()
|
|
||||||
Reference in New Issue
Block a user