BraydenMoore commited on
Commit
2291dcb
1 Parent(s): eb74bfc

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -281,7 +281,7 @@
281
  if (response.ok) {
282
  if (/image\/jpe?g/.test(contentType)) {
283
  feed.src = newUrl + '?t=' + new Date().getTime();
284
- } else if (/video/.test(contentType)) {
285
  feed.src = newUrl;
286
  }
287
  }
 
281
  if (response.ok) {
282
  if (/image\/jpe?g/.test(contentType)) {
283
  feed.src = newUrl + '?t=' + new Date().getTime();
284
+ } else {
285
  feed.src = newUrl;
286
  }
287
  }