From b96c0e2790b08c61ab1c38cbd1e9d8050aae48df Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 20 Feb 2024 09:25:55 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/20=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20:=20=EC=8B=A0=EC=B2=AD=EA=B8=B0=EA=B0=84=EC=9D=B4?= =?UTF-8?q?=20=EC=95=84=EB=8B=90=EB=95=8C=20=EC=BA=98=EB=A6=B0=EB=8D=94=20?= =?UTF-8?q?=EC=88=A8=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp index 76ae51ed..0a74bc28 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/tngrVisitEdu/eduAplct/eduAplctReg.jsp @@ -1112,6 +1112,8 @@ function _chkChasiTime(p_this){ $("input").attr("title","비활성화됨"); $(".selType1").attr("title","비활성화됨"); $(".time_set_btn").remove(); + $(".calendar_wrap").remove(); + $(".calendar_th").append("신청기간이 아닙니다."); }else{ $("input[name=rndsOrd]").val(returnData.rndsOrd);