Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -286,7 +286,7 @@
|
|
286 |
owner: {{ owner }}<br>
|
287 |
ip: {{ ip }}<br>
|
288 |
lat, lon: {{ loc }}
|
289 |
-
|
290 |
</p>
|
291 |
|
292 |
|
@@ -494,7 +494,7 @@
|
|
494 |
const moreButton = document.getElementById('more-button');
|
495 |
|
496 |
// Initial setup
|
497 |
-
additionalInfo.style.height = '
|
498 |
additionalInfo.style.overflow = 'hidden';
|
499 |
additionalInfo.style.transition = 'height 0.3s ease-in-out';
|
500 |
|
|
|
286 |
owner: {{ owner }}<br>
|
287 |
ip: {{ ip }}<br>
|
288 |
lat, lon: {{ loc }}
|
289 |
+
<!--</span><span id="show-more">more <i style="margin-bottom:5px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>-->
|
290 |
</p>
|
291 |
|
292 |
|
|
|
494 |
const moreButton = document.getElementById('more-button');
|
495 |
|
496 |
// Initial setup
|
497 |
+
additionalInfo.style.height = '100%';
|
498 |
additionalInfo.style.overflow = 'hidden';
|
499 |
additionalInfo.style.transition = 'height 0.3s ease-in-out';
|
500 |
|