BraydenMoore commited on
Commit
7a2570c
·
1 Parent(s): 841e684

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -326,7 +326,7 @@
326
  feed.style.height = "50px";
327
  feed.src = loadingGif;
328
  feed.style.opacity = "0.2";
329
- infoDiv.style.opacity = "0";
330
  console.log("Image loading failed:", event);
331
 
332
  const urlParams = new URLSearchParams(window.location.search);
 
326
  feed.style.height = "50px";
327
  feed.src = loadingGif;
328
  feed.style.opacity = "0.2";
329
+ infoText.style.opacity = "0";
330
  console.log("Image loading failed:", event);
331
 
332
  const urlParams = new URLSearchParams(window.location.search);