sunrise-cms/public/javascripts/burialSite.view.js

10 lines
325 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
(() => {
const mapContainerElement = document.querySelector('#lot--map');
if (mapContainerElement !== null) {
;
exports.los.highlightMap(mapContainerElement, mapContainerElement.dataset.mapKey ?? '', 'success');
}
})();