Spaces:
Running
Running
Commit
·
1afa268
1
Parent(s):
3733085
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -321,7 +321,6 @@
|
|
321 |
await refreshImage();
|
322 |
}, 250);
|
323 |
}
|
324 |
-
isLoading = false;
|
325 |
}
|
326 |
|
327 |
async function init() {
|
@@ -335,6 +334,7 @@
|
|
335 |
await refreshImage();
|
336 |
|
337 |
feed.onload = function() {
|
|
|
338 |
if (firstLoad) {
|
339 |
countryElement.textContent = "connecting...";
|
340 |
infoDiv.style.opacity = "0";
|
|
|
321 |
await refreshImage();
|
322 |
}, 250);
|
323 |
}
|
|
|
324 |
}
|
325 |
|
326 |
async function init() {
|
|
|
334 |
await refreshImage();
|
335 |
|
336 |
feed.onload = function() {
|
337 |
+
isLoading = false;
|
338 |
if (firstLoad) {
|
339 |
countryElement.textContent = "connecting...";
|
340 |
infoDiv.style.opacity = "0";
|