Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemetero committed Jun 6, 2024
1 parent e4bd421 commit 6423e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function startGame() {
document.getElementById('playerInputGroup').style.display = 'none';
document.getElementById('playerListGroup').style.display = 'none';
document.getElementById('initialButtons').style.display = 'none';
document.getElementById('gameBoard').style.display = 'flex';
document.getElementById('gameBoard').style.display = 'grid';
updatePlayerScoreList();
updateMatchOrderList();
startNewMatch();
Expand Down

0 comments on commit 6423e8a

Please sign in to comment.