Spaces:
Running
Running
Commit
·
852b169
1
Parent(s):
67b076c
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -295,7 +295,7 @@
|
|
295 |
}
|
296 |
}
|
297 |
};
|
298 |
-
|
299 |
}
|
300 |
|
301 |
const img = new Image();
|
@@ -319,7 +319,7 @@
|
|
319 |
const infoText = document.getElementById("info-text");
|
320 |
infoText.style.opacity = "1";
|
321 |
|
322 |
-
setTimeout(refreshImage,
|
323 |
};
|
324 |
|
325 |
img.onerror = function() {
|
|
|
295 |
}
|
296 |
}
|
297 |
};
|
298 |
+
xhr.send();
|
299 |
}
|
300 |
|
301 |
const img = new Image();
|
|
|
319 |
const infoText = document.getElementById("info-text");
|
320 |
infoText.style.opacity = "1";
|
321 |
|
322 |
+
setTimeout(refreshImage, 100);
|
323 |
};
|
324 |
|
325 |
img.onerror = function() {
|