Fix: maestro experience account type = 101
This commit is contained in:
@@ -87,7 +87,7 @@ function checkMaestroIDName() {
|
||||
}
|
||||
|
||||
function changeMaestroInfo() {
|
||||
if(registeredAccountType === 0) {
|
||||
if(registeredAccountType >= 100) {
|
||||
showErrorMessage("체험 계정은 정보 수정이 불가능합니다.", "error");
|
||||
return;
|
||||
}
|
||||
@@ -137,7 +137,7 @@ function changeMaestroInfo() {
|
||||
}
|
||||
|
||||
function checkPassword() {
|
||||
if(registeredAccountType === 0) {
|
||||
if(registeredAccountType >= 100) {
|
||||
showErrorMessage("체험 계정은 암호 수정이 불가능합니다.", "error");
|
||||
$('html, body').animate({
|
||||
scrollTop: $("#message_box").offset().top + 'px'
|
||||
|
||||
Reference in New Issue
Block a user