diff --git a/app/assets/javascripts/index/new_note.js b/app/assets/javascripts/index/new_note.js index bd093e11a..7eb132383 100644 --- a/app/assets/javascripts/index/new_note.js +++ b/app/assets/javascripts/index/new_note.js @@ -57,7 +57,6 @@ OSM.NewNote = function (map) { }); marker.id = feature.properties.id; marker.addTo(noteLayer); - return marker; } page.pushstate = page.popstate = function (path) {