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 ee62a12..df0040b 100644
--- a/play.js
+++ b/play.js
@@ -1257,8 +1257,8 @@ function on_update() {
ui.held_york.textContent = `${view.held1} Held`
ui.held_lancaster.textContent = `${view.held2} Held`
- ui.victory_check.style.top = (track_xy[view.victory_check]) + "px"
- ui.victory_check.style.left = (track_xy[view.victory_check]) + "px"
+ ui.victory_check.style.top = (track_xy[view.victory_check][1]) + "px"
+ ui.victory_check.style.left = (track_xy[view.victory_check][0]) + "px"
update_plan()
update_cards()