]> git.openstreetmap.org Git - rails.git/commitdiff
Revert accidental commit.
authorTom Hughes <tom@compton.nu>
Thu, 21 Jun 2007 09:24:05 +0000 (09:24 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 21 Jun 2007 09:24:05 +0000 (09:24 +0000)
app/views/user/account.rhtml

index 9f6e4f32bfa3735a80b6203c49c5d65d5258ae85..5014b43afdc14f34cf8cf6edf17b787474cad47e 100644 (file)
     var box = document.getElementById( 'highlightinfo' );
     box.innerHTML = html;
     closePopup();
     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 );
   }
   
     map.addPopup( popup );
   }