modified: templates/quiz_buzzer.html
This commit is contained in:
@@ -249,8 +249,10 @@
|
||||
|
||||
// Wenn Musik anfängt zu spielen und Timer noch nicht gestartet wurde
|
||||
if (!state.paused && gameStarted && !startTime) {
|
||||
console.log('Music started playing, starting timer now');
|
||||
startBuzzerTimer();
|
||||
console.log('Music started playing, starting timer in 1 second');
|
||||
setTimeout(() => {
|
||||
startBuzzerTimer();
|
||||
}, 1000);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user