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

index 937dfb5..a944f48 100644 (file)
@@ -152,7 +152,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';