From: Tom Hughes Date: Thu, 21 Jun 2007 09:24:05 +0000 (+0000) Subject: Revert accidental commit. X-Git-Tag: live~8379 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/27532c3c3ad5b43af88dca96e54c88412d7ac601?ds=sidebyside Revert accidental commit. --- diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 9f6e4f32b..5014b43af 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -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 ); }