From 244e9543cd5efd486fc71e5e45c7472feaa16a83 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 8 Sep 2006 16:53:55 +0000 Subject: [PATCH] update popup id git-svn-id: http://svn.openlayers.org/trunk/openlayers@1420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup/AnchoredBubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Popup/AnchoredBubble.js b/lib/OpenLayers/Popup/AnchoredBubble.js index 0960f68b28..83cc46e84a 100644 --- a/lib/OpenLayers/Popup/AnchoredBubble.js +++ b/lib/OpenLayers/Popup/AnchoredBubble.js @@ -49,7 +49,7 @@ OpenLayers.Popup.AnchoredBubble.prototype = var contentSize = this.size.clone(); 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, null, "relative", null, "hidden");