Sfoglia il codice sorgente

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 anni fa
parent
commit
a31ae87eb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Public/static/js/home.js

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

@@ -50,7 +50,7 @@ function setFooterPos() {
     }
     //tollerance = 22;  	  
     $("#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");
   }
 }