Spaces:
Running
Running
Commit
·
97178e5
1
Parent(s):
9bcd4b9
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -333,6 +333,7 @@
|
|
333 |
feed.src = loadingGif;
|
334 |
feed.style.opacity = "0.2";
|
335 |
infoText.style.opacity = "0";
|
|
|
336 |
console.log("Image loading failed:", event);
|
337 |
|
338 |
const urlParams = new URLSearchParams(window.location.search);
|
|
|
333 |
feed.src = loadingGif;
|
334 |
feed.style.opacity = "0.2";
|
335 |
infoText.style.opacity = "0";
|
336 |
+
locationName.textContent = "{{ page_title|safe }}";
|
337 |
console.log("Image loading failed:", event);
|
338 |
|
339 |
const urlParams = new URLSearchParams(window.location.search);
|