From 8c478360262668424136afc5d2be1d079b090b3e Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 2 May 2011 16:50:25 +0000 Subject: [PATCH] Temporary remove firefox from the resize code exceptions until we know why the scrollable table body has gone. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20778 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/gosa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2