BraydenMoore commited on
Commit
6df8ff9
1 Parent(s): 1611e62

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -2
templates/index.html CHANGED
@@ -303,7 +303,9 @@
303
  feed.style.opacity = "0.15";
304
  infoText.style.opacity = "0";
305
  locationName.textContent = "{{ page_title|safe }}";
306
-
 
 
307
  feed.onload = function() {
308
  if (firstLoad) {
309
  countryElement.textContent = "connecting...";
@@ -343,7 +345,7 @@
343
  }
344
  };
345
 
346
- await refreshImage();
347
  }
348
 
349
  init();
 
303
  feed.style.opacity = "0.15";
304
  infoText.style.opacity = "0";
305
  locationName.textContent = "{{ page_title|safe }}";
306
+
307
+ await refreshImage();
308
+
309
  feed.onload = function() {
310
  if (firstLoad) {
311
  countryElement.textContent = "connecting...";
 
345
  }
346
  };
347
 
348
+
349
  }
350
 
351
  init();