Code

Temporary remove firefox from the resize code exceptions until we know why the scroll...
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 May 2011 16:50:25 +0000 (16:50 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 May 2011 16:50:25 +0000 (16:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20778 594d385d-05f5-0310-b6e9-bd551577e9d8

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 {