Code

Reimplemented automatic scrolling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 08:21:45 +0000 (08:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 08:21:45 +0000 (08:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17378 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/include/gosa.js

index 182617c5700afb5d10981e4f5c7ec30976fe546e..761bd8c70ca256fc4c1de7dd9813193901b8c781 100644 (file)
@@ -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;