Spaces:
Running
Running
Commit
·
7a2570c
1
Parent(s):
841e684
Update templates/index.html
Browse files- 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 |
-
|
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);
|