BraydenMoore commited on
Commit
f748f6e
·
1 Parent(s): a7fafef

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -316,7 +316,7 @@
316
  const infoText = document.getElementById("info-text");
317
  infoText.style.opacity = "1";
318
 
319
- setTimeout(refreshImage, 100);
320
  country.textContent = "{{ country }}"
321
  };
322
 
 
316
  const infoText = document.getElementById("info-text");
317
  infoText.style.opacity = "1";
318
 
319
+ setTimeout(refreshImage, 10);
320
  country.textContent = "{{ country }}"
321
  };
322