From b2988a01e44de2f10bc2eb2e52268b98e744e8c1 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 25 Jan 2024 15:40:00 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/25=20=EC=B2=AD=EC=86=8C=EB=85=84=20?= =?UTF-8?q?=EA=B5=90=EC=9C=A1=EC=B6=94=EA=B0=80=20=EC=8B=9C=20=EB=8B=AC?= =?UTF-8?q?=EB=A0=A5=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exprnClsrmInfo/exprnClsrmAplctReg.jsp | 6 ++++-- .../webapp/visitEdu/usr/publish/script/content.js | 12 ++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctReg.jsp index 1999ca4f..881ce7fc 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctReg.jsp @@ -937,8 +937,10 @@ diff --git a/src/main/webapp/visitEdu/usr/publish/script/content.js b/src/main/webapp/visitEdu/usr/publish/script/content.js index 9054d398..f99c9d23 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/content.js +++ b/src/main/webapp/visitEdu/usr/publish/script/content.js @@ -51,7 +51,7 @@ $(document).ready(function () { }); //calendar - //calendarSetting(); + calendarinputset(); //시간설정 timeInput(); @@ -547,7 +547,7 @@ function addEduClass1() { trHtml += ''; eduTable.append(trHtml); - calendarSetting(); + calendarinputset(); timeInput(); $(".time_set_btn").click(function () { @@ -605,7 +605,7 @@ function addEduClassCopy(target) { cloneObj.find('input[name=lrnCn]').val(''); cloneObj.find('input[name=rmrks]').val(''); parent.append(cloneObj); - calendarSetting(); + calendarinputset(); timeInput(); $(".time_set_btn").click(function () { @@ -676,7 +676,7 @@ function addEduClassCopyTngr(target) { cloneObj.find('input[name=lrnCn]').val(''); cloneObj.find('input[name=rmrks]').val(''); parent.append(cloneObj); - calendarSetting(); + calendarinputset(); timeInput(); $(".time_set_btn").click(function () { @@ -767,7 +767,7 @@ function addEduClassCopyTngr(target) { $(".startDate").each(function (idx, itm) { $(this).find(".duet-date__input").attr("id", startDate_name); $(this).find(".duet-date__input").attr("name", startDate_name); - console.log('startDate_name : ', startDate_name); + /*console.log('startDate_name : ', startDate_name);*/ $(this).find(".duet-date__input").attr("value", startSub); $(this).find(".duet-date__input").next().attr("name", startDate_name + "_submit"); $(this).find(".duet-date__input").next().attr("value", startSub); @@ -795,7 +795,7 @@ function addEduClassCopyTngr(target) { }, 100); startDate[i].addEventListener("duetFocus", function (e) { - calendarSetting(); + calendarinputset(); }); } calendarinputset();