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();