BraydenMoore commited on
Commit
551a305
1 Parent(s): c1ec742

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -310,7 +310,7 @@
310
  setTimeout(() => {
311
  feed.src = newUrl;
312
  locationName.textContent = "{{ name|safe }}";
313
- countryElement.textContent = "{{ country }}";
314
  feed.style.width = "100%";
315
  feed.style.height = "70%";
316
  feed.style.opacity = "1";
 
310
  setTimeout(() => {
311
  feed.src = newUrl;
312
  locationName.textContent = "{{ name|safe }}";
313
+ countryElement.textContent = "{{ country|safe }}";
314
  feed.style.width = "100%";
315
  feed.style.height = "70%";
316
  feed.style.opacity = "1";