From: hickert Date: Wed, 13 Dec 2006 06:00:33 +0000 (+0000) Subject: Removed debug stuff,added comment and tested it in IE. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=957790bc47ebcd5314ec6a72c82b8090492a8ed6;p=gosa.git 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 --- 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; }