Code

Backport from trunk
[gosa.git] / gosa-core / html / include / gosa.js
index e72ef9c769ac8df5bb1a33c8ca03f21a0d7f2207..c571f2acac16fdf685678a2caf40d35519a18496 100644 (file)
@@ -270,7 +270,7 @@ function resizeHandler (e) {
                        contentHeight-= height + 25;
                }
 
-               if (Prototype.Browser.Gecko || Prototype.Browser.IE) {
+               if (Prototype.Browser.IE) {
                        document.getElementById('d_scrollbody').style.height = contentHeight+23+'px';
                        document.getElementById('t_nscrollbody').style.height = contentHeight+'px';
                } else {