X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/13289d404188bd397ee72852f66c415a2bb87066..03ead3a59dc7c4d3df0d824c5994ddfc1630ec0c:/app/views/site/_search.html.erb diff --git a/app/views/site/_search.html.erb b/app/views/site/_search.html.erb index 3391a102b..c074a49a3 100644 --- a/app/views/site/_search.html.erb +++ b/app/views/site/_search.html.erb @@ -10,51 +10,22 @@ zoom: args["zoom"] }, openSidebar); } - - function doSearch(query) { - $("#sidebar_title").html("<%= t 'site.sidebar.search_results' %>"); - - <% if params[:action] == 'index' -%> - var extent = getMapExtent(); - - $("#sidebar_content").load("<%= url_for :controller => :geocoder, :action => :search %>", { - query: $("#query").val(), - minlon: extent.left, - minlat: extent.bottom, - maxlon: extent.right, - maxlat: extent.top - }, openSidebar); - <% else -%> - $("#sidebar_content").load("<%= url_for :controller => :geocoder, :action => :search %>", { - query: $("#query").val() - }, openSidebar); - <% end -%> - } - - $(document).ready(function () { - $("#search_form").submit(function (event) { - doSearch($("#query").val()); - - return false; - }); - }); // --> <% content_for :optionals do %>
+
<%= raw(t 'site.search.search_help') %> + <%= t 'site.search.where_am_i' %>