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

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -304,8 +304,6 @@
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...";
@@ -344,6 +342,8 @@
344
  setTimeout(refreshImage, 250);
345
  }
346
  };
 
 
347
  }
348
 
349
  init();
 
304
  infoText.style.opacity = "0";
305
  locationName.textContent = "{{ page_title|safe }}";
306
 
 
 
307
  feed.onload = function() {
308
  if (firstLoad) {
309
  countryElement.textContent = "connecting...";
 
342
  setTimeout(refreshImage, 250);
343
  }
344
  };
345
+
346
+ await refreshImage();
347
  }
348
 
349
  init();