BraydenMoore commited on
Commit
f35bb26
·
1 Parent(s): 72f6a3f

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -0
templates/index.html CHANGED
@@ -184,6 +184,7 @@
184
  let oldUrl = "{{ url_for('static', filename='loading.gif') }}";
185
 
186
  document.addEventListener("DOMContentLoaded", function() {
 
187
  const feed = document.getElementById("feed");
188
  feed.style.opacity = "0.5";
189
 
 
184
  let oldUrl = "{{ url_for('static', filename='loading.gif') }}";
185
 
186
  document.addEventListener("DOMContentLoaded", function() {
187
+ feed.src = oldUrl;
188
  const feed = document.getElementById("feed");
189
  feed.style.opacity = "0.5";
190