aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rwxr-xr-xview/theme/diabook/theme.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 07fef7d7c..f9be99759 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -436,7 +436,9 @@ function scrolltop(){
$(window).scroll(function () {
-
+ var footer_top = $(document).height() - 30;
+ $("div#footerbox").css("top", footer_top);
+
var scrollInfo = $(window).scrollTop();
if (scrollInfo <= "900"){