Spaces:
Running
Running
Commit
·
1a3efb8
1
Parent(s):
547afc5
Update templates/index.html
Browse files- 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("
|
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 }}";
|