summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-08 20:15:46 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:27 +0100
commit2376a8b9640fe3ff92bfbfb3c97a5791013b48d7 (patch)
tree9c9f481b910f30a1dd161b783e8208f035ac8498 /play.js
parent4a7765e6e0d237119e761bfd0afa9bf06dbfbd3c (diff)
downloadrommel-in-the-desert-2376a8b9640fe3ff92bfbfb3c97a5791013b48d7.tar.gz
Name all hexes.
Diffstat (limited to 'play.js')
-rw-r--r--play.js3
1 files changed, 0 insertions, 3 deletions
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
}