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 a184b44..aa4a352 100644
--- a/play.js
+++ b/play.js
@@ -1496,8 +1496,8 @@ function on_update() {
ui.end.style.left = (calendar_xy[view.end][0] + 91 - 52) + "px"
ui.end.style.top = (calendar_xy[view.end][1] + 94) + "px"
- ui.held_york.textContent = `${view.held1} Held`
- ui.held_lancaster.textContent = `${view.held2} Held`
+ ui.held_york.textContent = `${view.held_y} Held`
+ ui.held_lancaster.textContent = `${view.held_l} Held`
ui.victory_check.style.top = (track_xy[view.victory_check][1]) + "px"
ui.victory_check.style.left = (track_xy[view.victory_check][0]) + "px"