projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6be5f3
)
Correct field name
author
Tom Hughes
<tom@compton.nu>
Sun, 14 Oct 2012 15:27:21 +0000
(16:27 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 14 Oct 2012 15:27:21 +0000
(16:27 +0100)
app/assets/javascripts/index/notes.js.erb
patch
|
blob
|
history
diff --git
a/app/assets/javascripts/index/notes.js.erb
b/app/assets/javascripts/index/notes.js.erb
index 9c7d001763c70d24de6eef64f6fbc36ef0050bd6..8b440910c6105aa050538ed3ae311237f12933bd 100644
(file)
--- a/
app/assets/javascripts/index/notes.js.erb
+++ b/
app/assets/javascripts/index/notes.js.erb
@@
-25,7
+25,7
@@
$(document).ready(function () {
data: {
lon: location.lon,
lat: location.lat,
- text: $(form.
commen
t).val()
+ text: $(form.
tex
t).val()
},
success: function (data) {
map.noteSelector.unselect(feature);