浏览代码

Update index.html

Capitan Cloud 2 年之前
父节点
当前提交
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>