X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Finclude%2Fgosa.js;fp=gosa-core%2Fhtml%2Finclude%2Fgosa.js;h=c571f2acac16fdf685678a2caf40d35519a18496;hb=e3d9c714d517b1ef078478b52948e1e7d0a55878;hp=e72ef9c769ac8df5bb1a33c8ca03f21a0d7f2207;hpb=3dda26be3c6d6a65b0b770d15c6758556b481a61;p=gosa.git diff --git a/gosa-core/html/include/gosa.js b/gosa-core/html/include/gosa.js index e72ef9c76..c571f2aca 100644 --- a/gosa-core/html/include/gosa.js +++ b/gosa-core/html/include/gosa.js @@ -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 {