OpenLayers OpenLayers

Changeset 1420

Show
Ignore:
Timestamp:
09/08/06 12:53:55 (2 years ago)
Author:
euzuro
Message:

update popup id

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js

    r1206 r1420  
    5050        contentSize.h -= (2 * OpenLayers.Popup.AnchoredBubble.CORNER_SIZE); 
    5151 
    52         var id = this.div.id + "-contentDiv"; 
     52        var id = this.div.id + "_contentDiv"; 
    5353        this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize,  
    5454                                                    null, "relative", null,