Fix address in map
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user