회원가입 양식 저장버튼 오류 수정

master
강석 최 2023-02-14 09:28:49 +09:00
parent 32b0a50574
commit 27f6c3094e
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ $(document).on('click', '#saveBtn', function (){
}
})
}
}else{
$(this).removeAttr('disabled', 'disabled');
}
})