modified: templates/team_setup.html

This commit is contained in:
Simon
2025-12-13 19:24:23 +01:00
parent cc07d21138
commit 8c3dd493bf

View File

@@ -276,8 +276,6 @@
document.addEventListener('keydown', handleKeyPress); document.addEventListener('keydown', handleKeyPress);
} }
let buzzerMode = 'central'; // 'central' oder 'personal'
let keyMappings = {1: 'Q', 2: 'W', 3: 'E', 4: 'R'};
function setTeamCount(count) { function setTeamCount(count) {
teamCount = count; teamCount = count;