summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/play.js b/play.js
index 5758e71..3e638f4 100644
--- a/play.js
+++ b/play.js
@@ -1710,10 +1710,7 @@ function on_update() {
// === LOG ===
function on_focus_card_tip(c) {
- if (c <= first_york_card)
- ui.command.className = `card aow york c${c}`
- else
- ui.command.className = `card aow lancaster c${c}`
+ ui.command.replaceChildren(ui.cards2[c])
}
function on_blur_card_tip() {