From 957790bc47ebcd5314ec6a72c82b8090492a8ed6 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 13 Dec 2006 06:00:33 +0000 Subject: [PATCH] Removed debug stuff,added comment and tested it in IE. It is amazing, it works!. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5368 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/include/focus.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/html/include/focus.js b/html/include/focus.js index a1e9e1c25..46220ff7a 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -21,9 +21,10 @@ function scrollDown() { timeout= setTimeout("scrollDown()", 500); } - -function scrollDown2() { - document.body.scrollTop = document.body.scrollHeight - document.body.clientHeight; +/* Scroll down the body frame */ +function scrollDown2() +{ + document.body.scrollTop = document.body.scrollHeight - document.body.clientHeight; } -- 2.30.2