From fa98753614cc511d64561d3ac7e460d689dda44b Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 26 Jun 2009 14:25:29 +0000 Subject: [PATCH] Only try to load the map if changeset or feature not deleted. --- app/views/browse/_map.html.erb | 110 +++++++++++++++++---------------- 1 file changed, 56 insertions(+), 54 deletions(-) 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 %> -- 2.43.2