diabook-theme: fix footer/impressum

This commit is contained in:
tommy tomson 2012-05-02 12:40:51 +02:00
parent 21e18db757
commit 6a9cd8cd4b
1 changed files with 3 additions and 1 deletions

View File

@ -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"){