Module: check_mk
Branch: master
Commit: aeb977b0503c892cdf6185adb3755d8f5b8ed08c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=aeb977b0503c89…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Dec 27 14:54:42 2010 +0100
Removed workaround which does seem not to be needed anymore
---
web/htdocs/js/sidebar.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/web/htdocs/js/sidebar.js b/web/htdocs/js/sidebar.js
index f74181b..7b60bb2 100644
--- a/web/htdocs/js/sidebar.js
+++ b/web/htdocs/js/sidebar.js
@@ -376,9 +376,8 @@ function setSidebarHeight() {
if(height == 0)
return;
- /* This does not seem to be needed anymore:
- if (weAreIEF__k)
- oContent.style.height = (height - oFooter.clientHeight + 5) + 'px';
+ /*if (weAreIEF__k)
+ oContent.style.height = (height - oFooter.clientHeight + 5) + 'px';
else*/
oContent.style.height = (height - oHeader.clientHeight - oFooter.clientHeight - 5) +
'px';