Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TresEberle authored Apr 30, 2024
1 parent b1a4dbc commit 815b7b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,13 @@ <h2> Player 2 Name</h2>


const lobbyPage = document.querySelector(".lobby-page");
const landingPage = document.querySelector(".landing-page");
const gamePage = document.querySelector(".game-page");
lobbyPage.style.display = "none";
gamePage.style.display = "block";
//here
landingPage.style.display = "none";
gamePage.style.display = "block";




if (playerNickItems.length > 0) {
Expand Down

0 comments on commit 815b7b5

Please sign in to comment.