We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d6a69 commit af33217Copy full SHA for af33217
twitch-ad-countdown-timer/script.js
@@ -169,7 +169,7 @@ function TwitchUpcomingAd(data) {
169
170
// Start the countdown animation
171
setTimeout(() => {
172
- console.debug('Upcomfing Ad Warning Countdown start...');
+ console.debug('Upcoming Ad Warning Countdown start...');
173
if (upcomingAdWarningStartDelay)
174
UpcomingAdWarning(warningSeconds);
175
}, upcomingAdWarningStartDelay * 1000);
@@ -420,6 +420,4 @@ function SetConnectionStatus(connected) {
420
statusContainer.style.transition = "";
421
statusContainer.style.opacity = 1;
422
}
423
-}
424
-
425
-TwitchUpcomingAd()
+}
0 commit comments