summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/session.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/session.html b/templates/session.html
index 6319d05..9133df6 100644
--- a/templates/session.html
+++ b/templates/session.html
@@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<title>{{session.steam_name}}'s game</title>
- <script src="/dist/session.js" defer></script>
+ <script id="session-script" data-id="{{id}}" src="/dist/session.js" defer></script>
</head>
<body>
<h1>{{session.steam_name}}'s game</h1>
<form id="player-selection">
<h2>Player Selection</h2>
<label for="color-select">Your color:</label>
- <select id="color-select">
+ <select id="color-select" disabled>
<option value="">None selected</option>
<hr>
{% for (color, _) in session.hands %}