From d47baf1c5e9d0792fb17cd7e58cf9b7ca05058c2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 10 Dec 2023 19:29:27 +0100 Subject: New player list. --- play.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.js') 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"), -- cgit v1.2.3