marker.addTo(noteLayer);
}
- page.pushstate = page.popstate = function (path) {
- OSM.loadSidebarContent(path, function () {
- page.load(path);
- });
- };
-
function newHalo(loc, a) {
var hasHalo = halo && map.hasLayer(halo);
}
}
+ page.pushstate = page.popstate = function (path) {
+ OSM.loadSidebarContent(path, function () {
+ page.load(path);
+ });
+ };
+
page.load = function (path) {
if (addNoteButton.hasClass("disabled")) return;
if (addNoteButton.hasClass("active")) return;