Skip to content

Commit

Permalink
set the play button text better
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolProgrammingUser committed Feb 17, 2025
1 parent 1e54f7f commit 1ab6c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otrio.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@
resetBoard();
alignWithServer();
monitorStatus();
S.getId("play").textContent = "Restart";
} else if (status == "left") { // if the player left the specified game
if (serverChecker) {
clearInterval(serverChecker); // stops updating the game
Expand Down

0 comments on commit 1ab6c99

Please sign in to comment.