소스 검색

[진료관리 - 대시보드] 프리로더 히든 처리 추가.

sjpark 4 년 전
부모
커밋
ceb0cef3f5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/main/webapp/WEB-INF/jsp/clinic/state.jsp

+ 4 - 0
src/main/webapp/WEB-INF/jsp/clinic/state.jsp

@@ -266,6 +266,10 @@ function initPagination(initPage, totalPage) {
 
 $(document).ready(function() {
 
+  setTimeout(function () {
+    $(".preloader").fadeOut("fast");
+  }, 1000);
+
   $("#viewEntry").val(getPageSize());
   $(document).on("change", "#viewEntry", function() {
 		var viewEntry = $(this).find("option:selected").val();