From f3c95d99d024e511d09cdfa18f1d000ed37941ab Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 30 Mar 2010 08:21:45 +0000 Subject: [PATCH] Reimplemented automatic scrolling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17378 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/gosa.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gosa-core/html/include/gosa.js b/gosa-core/html/include/gosa.js index 182617c57..761bd8c70 100644 --- a/gosa-core/html/include/gosa.js +++ b/gosa-core/html/include/gosa.js @@ -522,6 +522,12 @@ function isVisible(obj) } +/* Scroll down the body frame */ +function scrollDown2() +{ + document.body.scrollTop = document.body.scrollHeight - document.body.clientHeight; +} + // Global storage for baseSelector timer var rtimer; -- 2.30.2