X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/20139c08e558c32daf6ce6fbaa73503c1c53207d..6cc4f4506b9a6612f57dd33d79e933d181a02713:/app/assets/javascripts/index/notes.js diff --git a/app/assets/javascripts/index/notes.js b/app/assets/javascripts/index/notes.js index 61067adba..fd5cd3ae9 100644 --- a/app/assets/javascripts/index/notes.js +++ b/app/assets/javascripts/index/notes.js @@ -45,8 +45,7 @@ OSM.initializeNotes = function (map) { } else { marker = L.marker(feature.geometry.coordinates.reverse(), { icon: noteIcons[feature.properties.status], - title: feature.properties.comments && feature.properties.comments[0] ? - feature.properties.comments[0].text : undefined, + title: feature.properties.comments[0].text, opacity: 0.8, clickable: true });