소스 검색

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 년 전
부모
커밋
33ce31c784
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      HCjs/HC.js

+ 7 - 0
HCjs/HC.js

@@ -29,6 +29,10 @@ function closeSplash() {
   $("#splash").hide();	
 }
 
+function startApp() {
+  $("#HCsplash").hide();
+  $("#frmHC").show();	
+}	
 
 /**
  * Encrypt the given string
@@ -88,8 +92,11 @@ window.addEventListener("load", function() {
   $(".footer").css("width", parseInt(window.innerWidth)+"px");
   $("#footerCont").css("width", parseInt(window.innerWidth)+"px");
   
+  setTimeout("startApp()", 5000);
+  
   document.getElementById("CommandLine").focus();
   
+  
 }, true);
 
 window.addEventListener("resize", function() {