diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-07 01:42:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-09 17:47:51 +0200 |
commit | 65b84ace41e7cb5de1d894f9facaca4b8a57909b (patch) | |
tree | 5b1d83df0621ff657e7a68d52ed2b805b98bbc64 /views/join.pug | |
parent | 974aedf2e765ce8e102b18eeb67a3c2995801349 (diff) | |
download | server-65b84ace41e7cb5de1d894f9facaca4b8a57909b.tar.gz |
Zap semicolons.
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/join.pug b/views/join.pug index bc1567a..8a19a09 100644 --- a/views/join.pug +++ b/views/join.pug @@ -14,11 +14,11 @@ html td a { text-decoration: underline; color: blue; } .hide { display: none; } script. - let game = !{ JSON.stringify(game) }; - let roles = !{ JSON.stringify(roles) }; - let players = !{ JSON.stringify(players) }; - let user_id = !{ user.user_id }; - let ready = !{ ready }; + let game = !{ JSON.stringify(game) } + let roles = !{ JSON.stringify(roles) } + let players = !{ JSON.stringify(players) } + let user_id = !{ user.user_id } + let ready = !{ ready } script(src="/join.js") body include header |