<% 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() {