Browse Source

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

sjpark 4 years ago
parent
commit
ceb0cef3f5
1 changed files with 4 additions and 0 deletions
  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();