Set longitude correctly in "where am I" lookups from the edit page
This commit is contained in:
parent
78d6bde485
commit
1a9651ffb0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $(document).ready(function () {
|
|||
$("#sidebar_title").html(I18n.t('site.sidebar.search_results'));
|
||||
$("#sidebar_content").load($(this).attr("href"), {
|
||||
lat: mapParams.lat,
|
||||
lon: mapParams.lng,
|
||||
lon: mapParams.lon,
|
||||
zoom: mapParams.zoom
|
||||
}, openSidebar);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue