BraydenMoore commited on
Commit
ff52f8a
·
1 Parent(s): c48b511

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -311,7 +311,7 @@
311
  setLoadingState();
312
  window.location.href = "?new=true";
313
  };
314
- feed.src = `${newUrl}?t=${new Date().getTime()}`;
315
  });
316
 
317
 
 
311
  setLoadingState();
312
  window.location.href = "?new=true";
313
  };
314
+ feed.src = newUrl;
315
  });
316
 
317