浏览代码

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() {