diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-08 21:53:40 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-09 17:42:23 +0200 |
commit | ff4bc953f16002befbd6cf8dd120a96cfeca26fe (patch) | |
tree | 0aef045b9338a3bb1ac522fefb557bf8f54d746b /views/join.pug | |
parent | 68df9a26cda411be54403883baa752c38e15e797 (diff) | |
download | server-ff4bc953f16002befbd6cf8dd120a96cfeca26fe.tar.gz |
Allow users to leave and join active games.
Add "Need replacement" list of games.
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 2 |
1 files changed, 1 insertions, 1 deletions
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 |