BraydenMoore commited on
Commit
9ca978a
·
1 Parent(s): 7e045f3

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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 = newUrl + "?r=" + new Date().getTime();
295
  }
296
  }
297
  }