summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-10 19:48:44 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-10 19:49:28 +0100
commit2fa45c932fca3f25dd7f15afade3f072da3fb4bc (patch)
tree0836f1e98fd810af046ca5293308a9d5035c95a5 /play.js
parent2de6fe355129a56e3473b872d318117ea27f2114 (diff)
downloadwaterloo-campaign-1815-2fa45c932fca3f25dd7f15afade3f072da3fb4bc.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 26626ce..cceea1d 100644
--- a/play.js
+++ b/play.js
@@ -222,8 +222,8 @@ let ui = {
remain: document.getElementById("marker_remain"),
french_moves: document.getElementById("marker_french_moves"),
prussian_moves: document.getElementById("marker_prussian_moves"),
- french_vp: document.querySelector("#role_French .role_vp"),
- coalition_vp: document.querySelector("#role_Coalition .role_vp"),
+ french_vp: document.querySelector("#role_French .role_stat"),
+ coalition_vp: document.querySelector("#role_Coalition .role_stat"),
}
for (let row = 0; row < data.map.rows; ++row) {