summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-10 19:29:27 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-10 19:30:29 +0100
commitd47baf1c5e9d0792fb17cd7e58cf9b7ca05058c2 (patch)
tree5b6462507f0732dfd45cb8eb44a028bfe3f59449 /play.js
parentb854c11cedaa43a3768e03a3f680e43b97905246 (diff)
downloadnevsky-d47baf1c5e9d0792fb17cd7e58cf9b7ca05058c2.tar.gz
New player list.
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index 14afb6d..87bd8f8 100644
--- a/play.js
+++ b/play.js
@@ -587,8 +587,8 @@ const ui = {
hand_panel: document.getElementById("hand_panel"),
hand: document.getElementById("hand"),
- held1: document.querySelector("#role_Teutons .role_held"),
- held2: document.querySelector("#role_Russians .role_held"),
+ held1: document.querySelector("#role_Teutons .role_stat"),
+ held2: document.querySelector("#role_Russians .role_stat"),
capabilities1: document.getElementById("capabilities1"),
capabilities2: document.getElementById("capabilities2"),