2024-02-26 10:56 관리자 청소년 신청 정보 수정시 교육장소 체크 오류 수정

This commit is contained in:
myname 2024-02-26 10:57:22 +09:00
parent 20a83afa3b
commit 5ca88ce657

View File

@ -177,7 +177,8 @@ $( document ).ready(function(){
return false;
};
if($("#eduPlace").val() == ''){
if($("#eduPlace").val() == ''
&& $("#eduPlaceCd").val() == ''){
alert('교육장소를 입력해주세요.');
$("#eduPlace").focus();
return false;