Explorar el Código

Update index.html

Capitan Cloud hace 2 años
padre
commit
79ca35c682
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      index.html

+ 4 - 0
index.html

@@ -85,6 +85,10 @@
     //Splash
     $("#HCsplash").show();	
     
+  }, true);
+
+  window.addEventListener("load", function() {
+	  
     setTimeout("_startApp()", 6000);
   
   });