projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2289c2
)
Add the marker to the map correctly.
author
Tom Hughes
<tom@compton.nu>
Fri, 9 May 2008 14:10:10 +0000
(14:10 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 9 May 2008 14:10:10 +0000
(14:10 +0000)
app/views/diary_entry/new.rhtml
patch
|
blob
|
history
diff --git
a/app/views/diary_entry/new.rhtml
b/app/views/diary_entry/new.rhtml
index 6c40eaeb58af046d383bb988b20816f823055e56..0a5203a66053ce49f2e5c8eaf9f62974c6efa982 100644
(file)
--- a/
app/views/diary_entry/new.rhtml
+++ b/
app/views/diary_entry/new.rhtml
@@
-66,7
+66,7
@@
removeMarkerFromMap(marker);
}
- marker = addMarkerToMap(
merc
, null, "Diary entry location");
+ marker = addMarkerToMap(
lonlat
, null, "Diary entry location");
}
function openMap() {