Spaces:
Running
Running
Commit
·
79bc394
1
Parent(s):
0451e9f
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -280,7 +280,7 @@
|
|
280 |
infoText.style.opacity = "0";
|
281 |
|
282 |
const locationName = document.getElementById('location-name');
|
283 |
-
locationName.textContent = "{{ page_title }}";
|
284 |
|
285 |
const newUrl = "{{ url|safe }}";
|
286 |
|
@@ -308,7 +308,7 @@
|
|
308 |
old = newUrl;
|
309 |
setTimeout(() => {
|
310 |
feed.src = this.src;
|
311 |
-
locationName.textContent = "{{ name }}";
|
312 |
feed.style.width = "100%";
|
313 |
feed.style.height = "70%";
|
314 |
feed.style.opacity = "1";
|
|
|
280 |
infoText.style.opacity = "0";
|
281 |
|
282 |
const locationName = document.getElementById('location-name');
|
283 |
+
locationName.textContent = "{{ page_title|safe }}";
|
284 |
|
285 |
const newUrl = "{{ url|safe }}";
|
286 |
|
|
|
308 |
old = newUrl;
|
309 |
setTimeout(() => {
|
310 |
feed.src = this.src;
|
311 |
+
locationName.textContent = "{{ name|safe }}";
|
312 |
feed.style.width = "100%";
|
313 |
feed.style.height = "70%";
|
314 |
feed.style.opacity = "1";
|