Spaces:
Running
Running
Commit
·
5f5a3a5
1
Parent(s):
9ca978a
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -291,7 +291,7 @@
|
|
291 |
if (xhr.readyState === 4) {
|
292 |
if (xhr.status === 200) {
|
293 |
if (xhr.getResponseHeader('Content-Type') === 'image/jpeg') {
|
294 |
-
img.src = newUrl + "?r=" + new Date().getTime();
|
295 |
}
|
296 |
}
|
297 |
}
|
|
|
291 |
if (xhr.readyState === 4) {
|
292 |
if (xhr.status === 200) {
|
293 |
if (xhr.getResponseHeader('Content-Type') === 'image/jpeg') {
|
294 |
+
img.src = "proxy/" + newUrl + "?r=" + new Date().getTime();
|
295 |
}
|
296 |
}
|
297 |
}
|