Add: update maestro info, password php

This commit is contained in:
2018-08-02 17:27:18 +09:00
parent e2e6761c9b
commit fd87b6fe45
5 changed files with 338 additions and 20 deletions
+2 -3
View File
@@ -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;