BraydenMoore commited on
Commit
8101ecc
1 Parent(s): 44cedae

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, 10);
320
  country.textContent = "{{ country }}"
321
  };
322
 
 
316
  const infoText = document.getElementById("info-text");
317
  infoText.style.opacity = "1";
318
 
319
+ setTimeout(refreshImage, 250);
320
  country.textContent = "{{ country }}"
321
  };
322