Spaces:
Running
Running
Commit
·
6b188da
1
Parent(s):
c82812d
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -196,7 +196,7 @@
|
|
196 |
img.onload = function() {
|
197 |
feed.src = this.src;
|
198 |
setTimeout(refreshImage, 1000);
|
199 |
-
country.
|
200 |
};
|
201 |
|
202 |
img.onerror = function() {
|
|
|
196 |
img.onload = function() {
|
197 |
feed.src = this.src;
|
198 |
setTimeout(refreshImage, 1000);
|
199 |
+
country.textContent = "{{ country }}"
|
200 |
};
|
201 |
|
202 |
img.onerror = function() {
|