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
|
// Wenn Musik anfängt zu spielen und Timer noch nicht gestartet wurde
|
||||||
if (!state.paused && gameStarted && !startTime) {
|
if (!state.paused && gameStarted && !startTime) {
|
||||||
console.log('Music started playing, starting timer now');
|
console.log('Music started playing, starting timer in 1 second');
|
||||||
startBuzzerTimer();
|
setTimeout(() => {
|
||||||
|
startBuzzerTimer();
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user