Revert accidental commit.

This commit is contained in:
Tom Hughes 2007-06-21 09:24:05 +00:00
parent 8b79f7ff0f
commit 27532c3c3a

View file

@ -181,7 +181,7 @@
var box = document.getElementById( 'highlightinfo' );
box.innerHTML = html;
closePopup();
popup = new OpenLayers.Popup.AnchoredBubble( 'popup', position, new OpenLayers.Size( box.offsetWidth + 100, box.offsetHeight + 20 ), html, OpenLayers.Marker.defaultIcon(), true );
popup = new OpenLayers.Popup.AnchoredBubble( 'popup', position, new OpenLayers.Size( box.offsetWidth, box.offsetHeight ), html, OpenLayers.Marker.defaultIcon(), true );
map.addPopup( popup );
}