<div id="geocoder">
- <%= start_form_tag :controller => 'geocoder', :action => 'search' %>
+ <% form_tag :controller => 'geocoder', :action => 'search' do %>
<%= text_field 'query', 'postcode' %>
<%= text_field 'query', 'place_name'%>
<%= submit_tag 'Search' %>
- <%= end_form_tag %>
+ <% end %>
<div id="geocoder-attribution">
Geolocation provided by <a href="http://npemap.org.uk/">npemap.org.uk</a>,
el.style.height = new_height + 'px';
}
map.updateSize();
+ el.style.display = 'none';
+ setTimeout( function() {
+ el.style.display = '';
+ }, 200 );
}
if( ie6 ) {