Add: update maestro info, password php
This commit is contained in:
@@ -51,8 +51,7 @@ function checkMaestroID() {
|
||||
let message = maestroName + " : 새로 등록할 수 있는 마에스트로 아이디입니다.";
|
||||
showErrorMessage(message, "success");
|
||||
|
||||
$("#id_ckeck_help").text("");
|
||||
$("#password").focus();
|
||||
// $("#password").focus();
|
||||
},
|
||||
|
||||
(errorMessage, errorCode) => {
|
||||
@@ -83,7 +82,7 @@ function checkData() {
|
||||
showErrorMessage("아이디를 입력해 주세요.", "error");
|
||||
$("#maestro_name").focus();
|
||||
return;
|
||||
}else if(!isAvailableID) {
|
||||
} else if(!isAvailableID) {
|
||||
onErrorMaestroID("아이디 중복 확인을 해 주세요.", "error");
|
||||
$("#check_id").focus();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user