Spaces:
Running
Running
Commit
·
63034b2
1
Parent(s):
fd765b2
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -307,6 +307,7 @@
|
|
307 |
old = newUrl;
|
308 |
setTimeout(() => {
|
309 |
feed.src = this.src;
|
|
|
310 |
locationName.textContent = "{{ name|safe }}";
|
311 |
feed.style.width = "100%";
|
312 |
feed.style.height = "70%";
|
@@ -344,7 +345,6 @@
|
|
344 |
};
|
345 |
|
346 |
img.src = newUrl;
|
347 |
-
countryElement.textContent = "connecting...";
|
348 |
console.log('Feed load success');
|
349 |
});
|
350 |
|
|
|
307 |
old = newUrl;
|
308 |
setTimeout(() => {
|
309 |
feed.src = this.src;
|
310 |
+
countryElement.textContent = "connecting...";
|
311 |
locationName.textContent = "{{ name|safe }}";
|
312 |
feed.style.width = "100%";
|
313 |
feed.style.height = "70%";
|
|
|
345 |
};
|
346 |
|
347 |
img.src = newUrl;
|
|
|
348 |
console.log('Feed load success');
|
349 |
});
|
350 |
|