mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-15 03:44:31 +08:00
back to lobby not working
This commit is contained in:
parent
e5afb0565b
commit
00bf4d20f0
1 changed files with 7 additions and 0 deletions
|
|
@ -270,6 +270,13 @@ $(
|
|||
tribeSocket.out.room.readyUpdate();
|
||||
});
|
||||
|
||||
$(`.pageTest #tribeResultBottom .buttons .backToLobbyButton`).on(
|
||||
"click",
|
||||
(_e) => {
|
||||
tribeSocket.out.room.backToLobby();
|
||||
},
|
||||
);
|
||||
|
||||
$(`.pageTribe .tribePage.lobby .lobbyButtons .autoReadyButton,
|
||||
.pageTest #tribeResultBottom .buttons .autoReadyButton`).on("click", (e) => {
|
||||
TribeState.setAutoReady(!TribeState.getAutoReady());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue