BraydenMoore commited on
Commit
2e9aed5
·
1 Parent(s): f35bb26

Update templates/index.html

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