Skip to content

Commit

Permalink
Leave button Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashikkalis committed Jan 10, 2025
1 parent 5c28fdc commit 6512056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/dashboard/lobbys.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
joinButton.style.display = 'none';
readyButton.style.display = 'inline-block';
readyButton.disabled = false;
leaveButton.style.display = 'inline-block';

// if(userId == userId){
// readyButton1.style.display = 'inline-block';
Expand Down Expand Up @@ -128,7 +129,6 @@
readyButton.disabled = true;
readyButton.innerText = 'Ready (Checked)';
startButton.style.display = 'inline-block';
leaveButton.style.display = 'inline-block';
// checkIfAllPlayersReady(lobbyId);
});

Expand Down

0 comments on commit 6512056

Please sign in to comment.