summaryrefslogtreecommitdiff
path: root/views/join.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/join.pug')
-rw-r--r--views/join.pug10
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