Add: SpriteIconTimer

This commit is contained in:
2018-12-15 10:59:04 +09:00
parent 990a203b98
commit 3dd42ffe02
11 changed files with 126 additions and 29 deletions
+5 -2
View File
@@ -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;