fix scrolling
authorivan <ivan>
Thu, 4 Jun 2009 14:27:09 +0000 (14:27 +0000)
committerivan <ivan>
Thu, 4 Jun 2009 14:27:09 +0000 (14:27 +0000)
httemplate/docs/credits.html

index 7ae05eb..6dd3b09 100644 (file)
@@ -147,7 +147,7 @@ function myHeight() {
         return document.body.document.height;
     else
 */
-        return 1700; // approx height (add more per contributors)
+        return 1850; // approx height (add more per contributors)
 }
 
 document.body.style.overflow = 'hidden';