mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Add modal for upload map link
This commit is contained in:
parent
55ef878480
commit
eb8e715bb5
2 changed files with 95 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue