From 4358a6adcb2c9d55f2c2fcf53c958ed388cbc31c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Jun 2007 14:54:55 +0000 Subject: [PATCH] Only do mappam for www.openstreetmap.org and openstreetmap.org to stop the annoying "wrong API key" errors popping up all the time on my test environment. --- app/views/site/index.rhtml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 1e2fa3ad1..4b187c099 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -20,10 +20,9 @@ <%= javascript_include_tag 'map.js' %> - <% unless @user %> - - - <% end %> +<% unless @user %> + +<% end %>