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