modified: templates/quiz_buzzer_multiplayer.html
This commit is contained in:
@@ -377,7 +377,8 @@
|
||||
}
|
||||
|
||||
function updateTimer() {
|
||||
if (!canBuzz && currentBuzzer) return;
|
||||
// Stoppe Timer wenn nicht mehr gebuzzert werden kann (während Spielerauswahl oder Antwort)
|
||||
if (!canBuzz) return;
|
||||
|
||||
const elapsed = (Date.now() - startTime) / 1000;
|
||||
const timerDisplay = document.getElementById('buzzerTimer');
|
||||
|
||||
Reference in New Issue
Block a user