From 2376a8b9640fe3ff92bfbfb3c97a5791013b48d7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 8 Sep 2022 20:15:46 +0200 Subject: Name all hexes. --- play.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 5b08e2a..e18b2f2 100644 --- a/play.js +++ b/play.js @@ -325,9 +325,6 @@ function for_each_side_in_path(path, fn) { function on_focus_hex(evt) { let h = evt.target.hex let text = "(" + h + ") " + hex_name[h] - for (let r in regions) - if (regions[r].includes(h)) - text += " - " + r document.getElementById("status").textContent = text } -- cgit v1.2.3