From 9a5318d4cdc5a18748e733975d57697d04dcc1ce Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Jul 2021 10:28:04 +0200 Subject: Show turn info bar on all block games. --- ui.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index f6dd5b0..592de2e 100644 --- a/ui.js +++ b/ui.js @@ -721,6 +721,7 @@ function on_update() { document.getElementById("england_vp").textContent = game.e_vp; document.getElementById("scotland_vp").textContent = game.s_vp; + document.querySelector(".turn_info").textContent = `Turn ${game.turn} of Year ${game.year}`; update_cards(); update_map(); -- cgit v1.2.3