diabook-theme: fix footer/impressum
This commit is contained in:
parent
21e18db757
commit
6a9cd8cd4b
|
@ -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"){
|
||||
|
|
Loading…
Reference in New Issue
Block a user