diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:29:27 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:30:29 +0100 |
commit | d47baf1c5e9d0792fb17cd7e58cf9b7ca05058c2 (patch) | |
tree | 5b6462507f0732dfd45cb8eb44a028bfe3f59449 /play.js | |
parent | b854c11cedaa43a3768e03a3f680e43b97905246 (diff) | |
download | nevsky-d47baf1c5e9d0792fb17cd7e58cf9b7ca05058c2.tar.gz |
New player list.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"), |