Fix address in map

This commit is contained in:
2025-07-04 22:33:10 +02:00
parent f7d99e7c2c
commit c7ee6dfeda

View File

@ -98,7 +98,7 @@ document.addEventListener('DOMContentLoaded', function() {
currentLayer.addTo(map);
// Marker
L.marker([50.77989716345206, 4.048368809494087]).addTo(map)
.bindPopup('Kobelly Web Solutions<br>Blijkheerstraat 92, 1755 Pajottegem')
.bindPopup('Kobelly Web Solutions<br>1755 Oetingen, Pajottegem')
.openPopup();
// Listen for theme changes
var observer = new MutationObserver(function(mutations) {