BraydenMoore commited on
Commit
c221235
·
1 Parent(s): a7b685b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- feed.src = loadingGif;
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();