Spaces:
Running
Running
Commit
·
a52ae5f
1
Parent(s):
172c64c
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -300,8 +300,8 @@
|
|
300 |
|
301 |
const img = new Image();
|
302 |
img.onload = function() {
|
303 |
-
countryElement.textContent = "connecting...";
|
304 |
if (firstLoad) {
|
|
|
305 |
infoDiv.style.opacity = "0";
|
306 |
}
|
307 |
firstLoad = false;
|
|
|
300 |
|
301 |
const img = new Image();
|
302 |
img.onload = function() {
|
|
|
303 |
if (firstLoad) {
|
304 |
+
countryElement.textContent = "connecting...";
|
305 |
infoDiv.style.opacity = "0";
|
306 |
}
|
307 |
firstLoad = false;
|