Fix note commenting

This commit is contained in:
John Firebaugh 2013-11-13 15:22:36 -08:00
parent 51bb085614
commit c878b5b8d4

View file

@ -38,7 +38,7 @@ OSM.Note = function (map) {
} else if (marker) {
marker.setIcon(noteIcons[feature.properties.status]);
}
page.load();
OSM.loadSidebarContent(window.location.pathname, page.load);
}
});
}