layouts: map: Fix accidentally quoted true value in generated JS

This doesn't seem to have had any practical impact, though.
This commit is contained in:
Martin Rubli
2023-12-13 23:30:29 +01:00
parent b38715d57f
commit 873bafef2b

View File

@@ -137,7 +137,7 @@ Elevation profile options:
},
scale: false,
maximize: {
enabled: {{ .Get "maximizable" | default "true" }},
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
},
markers: [],
tracks: [],