From 8c3dd493bf1416f79a67ddeec11c5c9069c43bbe Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 13 Dec 2025 19:24:23 +0100 Subject: [PATCH] modified: templates/team_setup.html --- templates/team_setup.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/team_setup.html b/templates/team_setup.html index 9f1c191..6d6d2f3 100644 --- a/templates/team_setup.html +++ b/templates/team_setup.html @@ -276,8 +276,6 @@ document.addEventListener('keydown', handleKeyPress); } - let buzzerMode = 'central'; // 'central' oder 'personal' - let keyMappings = {1: 'Q', 2: 'W', 3: 'E', 4: 'R'}; function setTeamCount(count) { teamCount = count;