Add: SpriteIconTimer
This commit is contained in:
@@ -309,8 +309,11 @@ InputScore.prototype.onClickSendToServerButton = function() {
|
||||
return;
|
||||
}
|
||||
|
||||
if(this.passwordText.value == "") {
|
||||
this.showAlertWindow("자격증 타이머용 비밀번호를 입력해 주세요.");
|
||||
if(sessionStorageManager.getMaestroID() == 1 && sessionStorageManager.getPlayerID() == 1 && this.passwordText.value != "1111") {
|
||||
this.showAlertWindow("체험용 마에스트로 비밀번호는 1111 입니다.");
|
||||
return;
|
||||
} if(this.passwordText.value == "") {
|
||||
this.showAlertWindow("비밀번호를 입력해 주세요.\n마에스트로 관리자 페이지에 가서, 자격증 타이머용 비밀번호를 확인하고 입력해 주세요.");
|
||||
return;
|
||||
}
|
||||
this.maestroPassword = this.passwordText.value;
|
||||
|
||||
Reference in New Issue
Block a user