From: Thomas Wood Date: Fri, 26 Jun 2009 14:25:29 +0000 (+0000) Subject: Only try to load the map if changeset or feature not deleted. X-Git-Tag: live~6955 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/fa98753614cc511d64561d3ac7e460d689dda44b Only try to load the map if changeset or feature not deleted. --- diff --git a/app/views/browse/_map.html.erb b/app/views/browse/_map.html.erb index 248cf27dd..4f61be047 100644 --- a/app/views/browse/_map.html.erb +++ b/app/views/browse/_map.html.erb @@ -11,72 +11,74 @@ <%= t 'browse.map.deleted' %> <% end %> - + window.onload = init; + +<% end %>