Spaces:
Running
Running
Commit
·
f748f6e
1
Parent(s):
a7fafef
Update templates/index.html
Browse files- 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,
|
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 |
|