diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-25 18:56:40 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-26 13:03:44 +0200 |
commit | efe7923ebe128ae76cfa597c8e89cd6199a5cab6 (patch) | |
tree | 09e49d432fe40d3a4d3f86e245646e330944e419 /play.html | |
parent | 2dadb8de216a3fd46a8f692c66f03336c4f71d00 (diff) | |
download | waterloo-campaign-1815-efe7923ebe128ae76cfa597c8e89cd6199a5cab6.tar.gz |
Fix forbidden hex lists and label which overlay is visible.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -213,7 +213,9 @@ <div class="label" style="left:1662px;top:309px">Corroy-<br>le Grand</div> </div> -<div id="hexes"></div> +<div id="hexes"> +<div id="hexes_show_label"></div> +</div> <div id="pieces"> <div id="marker_turn" class="marker large y1" style="top:1665px;left:53px"></div> |