X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07aa5ade6704a5b963ad964cb2e923a01bda5561..87127d41e95380236ba7652b14a86059ff6eeedc:/app/assets/javascripts/index/new_note.js diff --git a/app/assets/javascripts/index/new_note.js b/app/assets/javascripts/index/new_note.js index fa2872f45..d79643984 100644 --- a/app/assets/javascripts/index/new_note.js +++ b/app/assets/javascripts/index/new_note.js @@ -121,7 +121,7 @@ OSM.NewNote = function(map) { }); newNote = L.marker(markerLatlng, { - icon: noteIcons["new"], + icon: noteIcons.new, opacity: 0.9, draggable: true });