Spaces:
Running
Running
Commit
·
b0958f1
1
Parent(s):
960fa1d
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -295,7 +295,7 @@
|
|
295 |
xhr.open('HEAD', `${newUrl}?t=${new Date().getTime()}`, true);
|
296 |
xhr.onreadystatechange = () => {
|
297 |
if (xhr.readyState === 4 && xhr.status === 200 && xhr.getResponseHeader('Content-Type') === 'image/jpeg') {
|
298 |
-
setLoadedState();
|
299 |
}
|
300 |
};
|
301 |
xhr.send();
|
|
|
295 |
xhr.open('HEAD', `${newUrl}?t=${new Date().getTime()}`, true);
|
296 |
xhr.onreadystatechange = () => {
|
297 |
if (xhr.readyState === 4 && xhr.status === 200 && xhr.getResponseHeader('Content-Type') === 'image/jpeg') {
|
298 |
+
//setLoadedState();
|
299 |
}
|
300 |
};
|
301 |
xhr.send();
|