fix: reroute static files and remove mockCms

This commit is contained in:
Christel Westerberg
2024-03-04 12:01:51 +01:00
parent d86ac70d4e
commit 54e7ea04be
28 changed files with 46 additions and 126 deletions

View File

@@ -17289,7 +17289,7 @@
this.attachEvents()
}
K.prototype = {
ICON_BASE_URL: "/static/img/icons/map/map-pin-",
ICON_BASE_URL: "/_static/img/icons/map/map-pin-",
ICON_SIZE: 34,
createMap: function() {
var e = Z('<div id="mapElement" style="position: absolute; width: 100%; height: 100%;"></div>')