BraydenMoore commited on
Commit
1a3efb8
·
1 Parent(s): 547afc5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -172,7 +172,7 @@
172
  const feed = document.getElementById("feed");
173
  feed.src = "{{ url_for('static', filename='loading.gif') }}";
174
 
175
- const country = document.getElementById("feed");
176
  country.text = "attempting to connect..."
177
 
178
  const newUrl = "{{ url }}";
 
172
  const feed = document.getElementById("feed");
173
  feed.src = "{{ url_for('static', filename='loading.gif') }}";
174
 
175
+ const country = document.getElementById("country-name");
176
  country.text = "attempting to connect..."
177
 
178
  const newUrl = "{{ url }}";