소스 검색

Update index.html

Capitan Cloud 2 년 전
부모
커밋
b3ce6ff0ff
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -55,7 +55,8 @@
   }
   
   function startApp() {
-	  $("#HCsplash").hide("slow");
+	  //$("#HCsplash").hide("slow");
+	  $("#HCsplash").css("display","none");
     $(document.body).css("background","#ffffff");
 	  $("#frmHC").show();
 	}