Spaces:
Running
Running
Commit
·
042d85b
1
Parent(s):
e81efb5
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -243,6 +243,9 @@
|
|
243 |
};
|
244 |
|
245 |
img.onerror = function() {
|
|
|
|
|
|
|
246 |
window.location.href = "?new=true";
|
247 |
};
|
248 |
|
|
|
243 |
};
|
244 |
|
245 |
img.onerror = function() {
|
246 |
+
feed.style.width = "80px";
|
247 |
+
feed.style.height = "50px";
|
248 |
+
feed.src = loadingGif;
|
249 |
window.location.href = "?new=true";
|
250 |
};
|
251 |
|