Quellcode durchsuchen

Update index.html

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits vor 3 Jahren
Ursprung
Commit
2c9db93119
1 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. 6 5
      index.html

+ 6 - 5
index.html

@@ -181,12 +181,13 @@ function setFooterPos2() {
     $("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance + 6) + "px");
   }
 }
+setTimeout("setFooterPos2()", 2000);
 
-window.addEventListener("load", function() {
-    
-  setTimeout("setFooterPos2()", 4000);
-
-}, true);
+//window.addEventListener("load", function() {
+//    
+//  setTimeout("setFooterPos2()", 4000);
+//
+//}, true);
   
 </script>