소스 검색

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 년 전
부모
커밋
a31ae87eb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Public/static/js/home.js

+ 1 - 1
Public/static/js/home.js

@@ -50,7 +50,7 @@ function setFooterPos() {
     }
     }
     //tollerance = 22;  	  
     //tollerance = 22;  	  
     $("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
     $("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
-    $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance + 6) + "px");
+    $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance) + "px");
   }
   }
 }
 }