BraydenMoore commited on
Commit
5af4643
·
verified ·
1 Parent(s): ec094ea

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -319,7 +319,7 @@
319
  feed.style.opacity = "0.5";
320
  const infoDiv = document.getElementById("info");
321
  const infoText = document.getElementById("info-text");
322
- infoText.style.height = "100%";
323
 
324
  const countryElement = document.getElementById("country");
325
 
@@ -355,7 +355,7 @@
355
  const img = new Image();
356
  img.onload = function() {
357
  if (firstLoad) {
358
- infoDiv.style.opacity = "0";
359
  }
360
  firstLoad = false;
361
  old = newUrl;
 
319
  feed.style.opacity = "0.5";
320
  const infoDiv = document.getElementById("info");
321
  const infoText = document.getElementById("info-text");
322
+ infoText.style.height = "0%";
323
 
324
  const countryElement = document.getElementById("country");
325
 
 
355
  const img = new Image();
356
  img.onload = function() {
357
  if (firstLoad) {
358
+ infoDiv.style.height = "0%";
359
  }
360
  firstLoad = false;
361
  old = newUrl;