From 815b7b5c7aa2302e1b0f199f01c0b1986d8e42d0 Mon Sep 17 00:00:00 2001 From: Robert Eberle <123016766+TresEberle@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:13:37 -0500 Subject: [PATCH] Update index.html --- html/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/html/index.html b/html/index.html index 04c1f3a..768a9ca 100644 --- a/html/index.html +++ b/html/index.html @@ -312,11 +312,13 @@

Player 2 Name

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) {