Capitan Cloud преди 3 години
родител
ревизия
16c46d48e7
променени са 1 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 3 4
      index.html

+ 3 - 4
index.html

@@ -48,8 +48,7 @@
     $("#myh1").hide("slow");
   }
   
-  function startApp() { 
-    alert("hello");	  
+  function startApp() { 	  
     //$("#HCsplash").hide("slow");
     $("#HCsplash").css("display","none");	  
     $(document.body).css("background","#ffffff");
@@ -62,8 +61,8 @@
     $(document.body).css("background","#000000");
     $("#HCsplash").show("slow");	  
     setTimeout("hideTitle()", 2000);
-    setTimeout("startApp()", 4000);
-
+    //setTimeout("startApp()", 4000);
+    startApp();
   }, true);
 
   </script>