summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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 ebd1f89..c2ca64a 100644
--- a/play.js
+++ b/play.js
@@ -627,8 +627,8 @@ const ui = {
hand_panel: document.getElementById("hand_panel"),
hand: document.getElementById("hand"),
- held_york: document.querySelector("#role_York .role_held"),
- held_lancaster: document.querySelector("#role_Lancaster .role_held"),
+ held_york: document.querySelector("#role_York .role_stat"),
+ held_lancaster: document.querySelector("#role_Lancaster .role_stat"),
command: document.getElementById("command"),
turn: document.getElementById("turn"),