BraydenMoore commited on
Commit
ef6998d
·
verified ·
1 Parent(s): d3ca8a0

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -312,7 +312,7 @@
312
  feed.style.width = "80px";
313
  feed.style.height = "50px";
314
  feed.src = loadingGif;
315
- feed.style.opacity = "0.3";
316
  const infoDiv = document.getElementById("info");
317
  const infoText = document.getElementById("info-text");
318
  infoText.style.opacity = "0";
@@ -375,7 +375,7 @@
375
  feed.style.width = "80px";
376
  feed.style.height = "50px";
377
  feed.src = loadingGif;
378
- feed.style.opacity = "0.2";
379
  infoText.style.opacity = "0";
380
  locationName.textContent = "{{ page_title|safe }}";
381
  console.log("Image loading failed:", event);
 
312
  feed.style.width = "80px";
313
  feed.style.height = "50px";
314
  feed.src = loadingGif;
315
+ feed.style.opacity = "0.5";
316
  const infoDiv = document.getElementById("info");
317
  const infoText = document.getElementById("info-text");
318
  infoText.style.opacity = "0";
 
375
  feed.style.width = "80px";
376
  feed.style.height = "50px";
377
  feed.src = loadingGif;
378
+ feed.style.opacity = "0.5";
379
  infoText.style.opacity = "0";
380
  locationName.textContent = "{{ page_title|safe }}";
381
  console.log("Image loading failed:", event);