소스 검색

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