ソースを参照

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);
   
   });