fix bug rdy-box visibility @ end of game
This commit is contained in:
parent
adb89aecbe
commit
7633e7ca05
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ function pongClient(_url: string, _args: RouteHandlerParams): RouteHandlerReturn
|
|||
});
|
||||
|
||||
socket.on("gameEnd", (winner) => {
|
||||
rdy_btn.classList.remove('hidden');
|
||||
rdy_btn.classList.add('hidden');
|
||||
queueBtn.innerHTML = QueueState.Iddle;
|
||||
queueBtn.style.color = 'white';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue