From ff4bc953f16002befbd6cf8dd120a96cfeca26fe Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 8 Jun 2022 21:53:40 +0200 Subject: Allow users to leave and join active games. Add "Need replacement" list of games. --- views/join.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/join.pug') diff --git a/views/join.pug b/views/join.pug index 8232645..e195bf9 100644 --- a/views/join.pug +++ b/views/join.pug @@ -58,4 +58,4 @@ html p button.hide#delete_button(onclick="confirm_delete()") Delete - button.hide#start_button(onclick=`javascript:send('/start/${game.game_id}')` disabled) Start + button.hide#start_button(onclick="start()" disabled) Start -- cgit v1.2.3