Author: simoneg
Date: Thu Oct  8 00:23:56 2009
New Revision: 822969

URL: http://svn.apache.org/viewvc?rev=822969&view=rev
Log:
Don't set height on the style of a map.

Modified:
    
labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js

Modified: 
labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js?rev=822969&r1=822968&r2=822969&view=diff
==============================================================================
--- 
labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js
 (original)
+++ 
labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js
 Thu Oct  8 00:23:56 2009
@@ -42,7 +42,6 @@
        
        
        var width = mytbl.offsetWidth;
-       var height = (width * 0.50);
        
        var parent = mytbl.parentNode;
        var container = $('div.MagmaGoogleMapListContainer', parent).get(0);
@@ -51,7 +50,6 @@
        mytbl.style.display = 'none';
        container.style.display = 'block';
        container.style.width = width + 'px';
-       container.style.height = height + 'px';
 
        var sublist = $('div.MagmaGoogleMapListTab', container).get(0);
        



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to