1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 12:53:15 +00:00

Fix subtle typo that was preventing popups from working correctly

This commit is contained in:
Jeremy Ruston 2024-05-30 17:37:42 +01:00
parent fb1f0769f8
commit 6e342f9bbd

View File

@ -202,7 +202,7 @@ GeomapWidget.prototype.refreshMap = function() {
long: latlng.lng
});
});
return markers;
return marker;
},
onEachFeature: function(feature,layer) {
if(feature.properties) {