BraydenMoore commited on
Commit
9eebbd1
·
verified ·
1 Parent(s): 68f9d38

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- </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,7 +494,7 @@
494
  const moreButton = document.getElementById('more-button');
495
 
496
  // Initial setup
497
- additionalInfo.style.height = '0';
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