From f5c9a41e8729ab9bfc54fff6be9c1a9b6e0f4d56 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 28 Nov 2007 19:24:58 +0000 Subject: [PATCH] Use the new OSM OpenLayers stuff. --- app/views/diary_entry/new.rhtml | 1 + app/views/site/index.rhtml | 1 + app/views/user/account.rhtml | 1 + public/javascripts/map.js | 39 ++------------------------------- public/stylesheets/site.css | 4 ++++ 5 files changed, 9 insertions(+), 37 deletions(-) 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' %>