Spaces:
Running
Running
Commit
·
caec533
1
Parent(s):
26665ef
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -177,7 +177,7 @@
|
|
177 |
const img = new Image();
|
178 |
img.onload = function() {
|
179 |
feed.src = this.src;
|
180 |
-
setTimeout(refreshImage,
|
181 |
};
|
182 |
|
183 |
img.onerror = function() {
|
|
|
177 |
const img = new Image();
|
178 |
img.onload = function() {
|
179 |
feed.src = this.src;
|
180 |
+
setTimeout(refreshImage, 250);
|
181 |
};
|
182 |
|
183 |
img.onerror = function() {
|