Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
btredback committed Jun 17, 2017
1 parent ac524be commit 4a52595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/src/js/website_baidu_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function initialize_map() {
console.log("imap:" + testValue);
var mapVal = "testValue of Map";
//$(window.parent.document).find("div.mapVal").text("1223");
window.parent.document.getElementById("mapVal").innerHTML = mapVal;
//window.parent.document.getElementById("mapVal").innerHTML = mapVal;
var map = new BMap.Map("odoo-baidu-map");
var point = new BMap.Point(116.404, 39.915);
map.centerAndZoom(point, 15)
Expand Down

0 comments on commit 4a52595

Please sign in to comment.