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 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"),