2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-12-18 06:22:18 +00:00

move buttons to top in JavaScript

This commit is contained in:
Philip Sargent 2024-12-12 17:06:56 +00:00
parent c401af7bfc
commit 1ffc971285

View File

@ -2,10 +2,10 @@
<div class="add-image-popup popup-overlay">
<div class="add-image-popup popup-content">
<h2>Select Image</h2>
<p id="image_popup_content"> Loading ...</p>
<h2>Select Image (or upload one)</h2>
<button onclick="new_image_popup()">Upload Image</button>
<button class="close" onclick="$('.add-image-popup').removeClass('active');">Close</button>
<p id="image_popup_content"> Loading ...</p>
</div>
</div>