瀏覽代碼

Update index.html

Capitan Cloud 2 年之前
父節點
當前提交
79ca35c682
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      index.html

+ 4 - 0
index.html

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