update popup id
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -49,7 +49,7 @@ OpenLayers.Popup.AnchoredBubble.prototype =
|
|||||||
var contentSize = this.size.clone();
|
var contentSize = this.size.clone();
|
||||||
contentSize.h -= (2 * OpenLayers.Popup.AnchoredBubble.CORNER_SIZE);
|
contentSize.h -= (2 * OpenLayers.Popup.AnchoredBubble.CORNER_SIZE);
|
||||||
|
|
||||||
var id = this.div.id + "-contentDiv";
|
var id = this.div.id + "_contentDiv";
|
||||||
this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize,
|
this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize,
|
||||||
null, "relative", null,
|
null, "relative", null,
|
||||||
"hidden");
|
"hidden");
|
||||||
|
|||||||
Reference in New Issue
Block a user