From 369c81a41415654ea3dfeea9ad3e1bca007960e7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 9 May 2008 14:10:10 +0000 Subject: [PATCH] Add the marker to the map correctly. --- app/views/diary_entry/new.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/diary_entry/new.rhtml b/app/views/diary_entry/new.rhtml index 6c40eaeb5..0a5203a66 100644 --- 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() { -- 2.43.2