Change misleading file name
This commit is contained in:
parent
62699c90eb
commit
0fa4e48ff5
3 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<b>Coordinates</b> (click on map)
|
<b>Coordinates</b> (click on map)
|
||||||
|
|
||||||
<div id="map" title="Map for reference only. Not to scale!">
|
<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 id="mapgrid"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="mapcontainer">
|
<div id="mapcontainer">
|
||||||
<div id="map">
|
<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 id="mapgrid"></div>
|
||||||
</div>
|
</div>
|
||||||
<p id="mapnote"></p>
|
<p id="mapnote"></p>
|
||||||
|
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Loading…
Reference in a new issue