diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 } |