Add modal for upload map link

This commit is contained in:
hasparus 2018-10-30 12:01:07 +01:00
parent 55ef878480
commit eb8e715bb5
No known key found for this signature in database
GPG key ID: 199946486FC7B0AC
2 changed files with 95 additions and 5 deletions

View file

@ -705,8 +705,8 @@
Load
</button>
<div id="loadDropdown" class="dropdown__options">
<div id="loadMap" onmouseover="tip('Load map from file')">File</div>
<div id="loadMapFromURL" onmouseover="tip('Load map from URL')" class="options">URL</div>
<div role="button" id="loadMap" onmouseover="tip('Load map from file')">File</div>
<div role="button" id="loadMapFromURL" onmouseover="tip('Load map from URL')" class="options">URL</div>
</div>
</article>
<button id="zoomReset" onmouseover="tip('Reset map zoom. Hotkey: 0')" class="options">Reset Zoom</button>