|
@@ -181,7 +181,7 @@ function setFooterPos2() {
|
|
|
$("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance + 6) + "px");
|
|
|
}
|
|
|
}
|
|
|
-setTimeout("setFooterPos2()", 2000);
|
|
|
+setFooterPos2();
|
|
|
|
|
|
//window.addEventListener("load", function() {
|
|
|
//
|