Capitan Cloud 2 жил өмнө
parent
commit
29a485c1c4
1 өөрчлөгдсөн 7 нэмэгдсэн , 6 устгасан
  1. 7 6
      index.html

+ 7 - 6
index.html

@@ -51,7 +51,6 @@
   }
   
   function startApp() {
-    //$("#HCsplash").hide("slow");
     $("#HCsplash").css("display","none");	  
     $(document.body).css("background","#ffffff");
     $("#frmHC").show();
@@ -59,14 +58,16 @@
 
   window.addEventListener("load", function() {
 	
-    $("#frmHC").hide();
-    $(document.body).css("background","#000000");
-    $("#HCsplash").show("slow");	  
-    setTimeout("hideTitle()", 2000);
-    setTimeout("startApp()", 4000);
+    //$("#frmHC").hide();
+    //$(document.body).css("background","#000000");
+    //$("#HCsplash").show("slow");	  
+    //setTimeout("hideTitle()", 2000);
+    //setTimeout("startApp()", 4000);
 
   }, true);
 
+  startApp();
+ 
   </script>    
        
 </head>