Reintroduced item counter and fixed text in map. #9

Merged
shy merged 5 commits from develop into main 2024-05-16 22:24:11 +02:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 0fa4e48ff5 - Show all commits

View file

@ -22,7 +22,7 @@
<b>Coordinates</b> (click on map)
<div id="map" title="Map for reference only. Not to scale!">
<img src="80x80.svg" onclick="mapClick(event)">
<img src="map.svg" onclick="mapClick(event)">
<div id="mapgrid"></div>
</div>

View file

@ -17,7 +17,7 @@
</div>
<div id="mapcontainer">
<div id="map">
<img src="80x80.svg" title="Map for reference only. Not to scale!">
<img src="map.svg" title="Map for reference only. Not to scale!">
<div id="mapgrid"></div>
</div>
<p id="mapnote"></p>

View file

After

Width:  |  Height:  |  Size: 96 KiB