Daniele Bonini | 5mode.com | WebDev | Translator 3 лет назад
Родитель
Сommit
ac2ed948cf
1 измененных файлов с 2 добавлено и 13 удалено
  1. 2 13
      HCjs/HC.js

+ 2 - 13
HCjs/HC.js

@@ -29,11 +29,6 @@ function closeSplash() {
   $("#splash").hide();	
 }
 
-function startApp() {
-  $("#HCsplash").hide();
-  $("#frmHC").show();	
-}	
-
 /**
  * Encrypt the given string
  * 
@@ -84,20 +79,14 @@ $("#Salt").on("keydown", function(e){
 	$("#Salt").removeClass("emptyfield");
 });	
 
-
 window.addEventListener("load", function() {
-  
-  frmHC.hide();
-  
+    
   setTimeout("setFooterPos()", 3000);
 
   $(".footer").css("width", parseInt(window.innerWidth)+"px");
   $("#footerCont").css("width", parseInt(window.innerWidth)+"px");
   
-  setTimeout("startApp()", 5000);
-  
-  document.getElementById("CommandLine").focus();
-  
+  document.getElementById("CommandLine").focus();  
   
 }, true);