]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/geocoder/results.html.erb
Fixup some string escaping issues in the data browser
[rails.git] / app / views / geocoder / results.html.erb
index 694d0eadb2f82d8347f6490a79d0bdef23245359..b4bbdc267f40e4bd2f3983ef07f4b2b0f3b18822 100644 (file)
@@ -7,15 +7,11 @@
   <% if @more_params %>
     <div id="search_more_<%= @more_params.hash %>">
       <p class="search_results_entry"><%=
-        startSpinner = update_page do |page|
-                         page.replace_html "search_more_#{@more_params.hash}", image_tag("searching.gif", :class => "search_searching")
-                       end
-
-        link_to_remote t('geocoder.results.more_results'),
-          :update => "search_more_#{@more_params.hash}",
-          :before => startSpinner,
-          :url => @more_params
-        %></p>
+        link_to_function(t('geocoder.results.more_results')) do |page|
+          page.replace_html "search_more_#{@more_params.hash}", image_tag("searching.gif", :class => "search_searching")
+          page << remote_function(:update => "search_more_#{@more_params.hash}", :url => raw(url_for(@more_params)))
+        end
+      %></p>
     </div>
   <% end %>
 <% end %>