]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/_resize.html.erb
Combine the address and netmask for an ACL in one column
[rails.git] / app / views / site / _resize.html.erb
index c88f500527fd987c96d76fbe4ca0fddda3fa0402..d018cedc913206b87ffa04799a6231ee267eec02 100644 (file)
     <% end -%>
     $("#map").width($("#content").width() - sidebar_width - left_border - right_border);
     $("#map").height($("#content").height() - top_border - bottom_border);
+
+    <% if params[:controller] == "site" and params[:action] == "index" -%>
+    map.updateSize();
+    <% end -%>
   }
 
   function handleResize() {