diff --git a/dialogs/map/map.html b/dialogs/map/map.html index be97a8c1..18be07b0 100644 --- a/dialogs/map/map.html +++ b/dialogs/map/map.html @@ -14,7 +14,7 @@ overflow: hidden; } - +
@@ -103,7 +103,7 @@ function mapListenerHandler() { var zoom = map.getZoom(), center = map.getCenter(), - marker = window.marker.P; + marker = window.marker.point; iframe.src = iframe.src. replace(new RegExp('([?#&])center=([^?#&]+)', 'i'), '$1center=' + center.lng + ',' + center.lat). diff --git a/dialogs/map/map.js b/dialogs/map/map.js index 6f898c4a..711b5072 100755 --- a/dialogs/map/map.js +++ b/dialogs/map/map.js @@ -50,7 +50,7 @@ " document.close(); " + " } }" + "" + - "