summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-06-04 14:27:13 +0000
committerivan <ivan>2009-06-04 14:27:13 +0000
commit93a56633fe031852ce031ad2663f31c43c0eccd4 (patch)
treeee4d915cec6e024331e6e19cfe7e2fc4856a31d0
parent6c1aae30b4f333cf969a88e034ce4a1348cd43bf (diff)
fix scrolling
-rw-r--r--httemplate/docs/credits.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html
index 937dfb597..a944f48fa 100644
--- a/httemplate/docs/credits.html
+++ b/httemplate/docs/credits.html
@@ -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';