projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make paragraph breaks more visible in changeset and note comments
[rails.git]
/
app
/
assets
/
javascripts
/
index
/
notes.js
diff --git
a/app/assets/javascripts/index/notes.js
b/app/assets/javascripts/index/notes.js
index fd5cd3ae9288ad8ffed7e79d557a44242a0a9ae4..9feee888c1daca1820ad5cb3baee03b6f30c27e8 100644
(file)
--- a/
app/assets/javascripts/index/notes.js
+++ b/
app/assets/javascripts/index/notes.js
@@
-47,7
+47,7
@@
OSM.initializeNotes = function (map) {
icon: noteIcons[feature.properties.status],
title: feature.properties.comments[0].text,
opacity: 0.8,
-
clickabl
e: true
+
interactiv
e: true
});
marker.id = feature.properties.id;
marker.addTo(noteLayer);