Spaces:
Running
Running
Update templates/index.html
Browse files- 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.
|
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.
|
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);
|