From: Tom Hughes Date: Fri, 29 Jun 2007 14:54:55 +0000 (+0000) Subject: Only do mappam for www.openstreetmap.org and openstreetmap.org to stop X-Git-Tag: live~8326 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4358a6adcb2c9d55f2c2fcf53c958ed388cbc31c?ds=sidebyside 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. --- 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 %>