Merge remote-tracking branch 'openstreetmap/pull/1085'
This commit is contained in:
commit
ec9d2fde78
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ OSM.Search = function(map) {
|
|||
page.pushstate = page.popstate = function(path) {
|
||||
var params = querystring.parse(path.substring(path.indexOf('?') + 1));
|
||||
$(".search_form input[name=query]").val(params.query);
|
||||
$(".describe_location").hide();
|
||||
OSM.loadSidebarContent(path, page.load);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue