summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1522c1e)
raw | patch | inline | side by side (parent: 1522c1e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 May 2011 16:50:25 +0000 (16:50 +0000) | ||
committer | cajus <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 | patch | blob | history |
index e72ef9c769ac8df5bb1a33c8ca03f21a0d7f2207..c571f2acac16fdf685678a2caf40d35519a18496 100644 (file)
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 {