From: Tom Hughes Date: Wed, 28 Nov 2007 19:24:58 +0000 (+0000) Subject: Use the new OSM OpenLayers stuff. X-Git-Tag: live~8054 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f5c9a41e8729ab9bfc54fff6be9c1a9b6e0f4d56 Use the new OSM OpenLayers stuff. --- diff --git a/app/views/diary_entry/new.rhtml b/app/views/diary_entry/new.rhtml index e6da08ae2..4e9482f3c 100644 --- a/app/views/diary_entry/new.rhtml +++ b/app/views/diary_entry/new.rhtml @@ -33,6 +33,7 @@ <% end %> + <%= javascript_include_tag 'map.js' %> + <%= javascript_include_tag 'map.js' %> diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 0f938df26..851815506 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -47,6 +47,7 @@ <% end %> + <%= javascript_include_tag 'map.js' %>