Ver código fonte

Update index.html

Capitan Cloud 2 anos atrás
pai
commit
79ca35c682
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      index.html

+ 4 - 0
index.html

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