diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:48:44 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:49:28 +0100 |
commit | 2fa45c932fca3f25dd7f15afade3f072da3fb4bc (patch) | |
tree | 0836f1e98fd810af046ca5293308a9d5035c95a5 /play.js | |
parent | 2de6fe355129a56e3473b872d318117ea27f2114 (diff) | |
download | waterloo-campaign-1815-2fa45c932fca3f25dd7f15afade3f072da3fb4bc.tar.gz |
New player list.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |