Fix: change main.js -> license_timer.js

This commit is contained in:
2018-12-13 17:45:43 +09:00
parent 607afcadcb
commit 600b031990
4 changed files with 1 additions and 5 deletions
-3
View File
@@ -348,9 +348,6 @@ InputScore.prototype.checkMaestroPasswordFromServer = function() {
(function(replyJson) {
// console.log(replyJson);
// console.log(this.maestroPassword);
// console.log(replyJson.maestroPassword);
if(replyJson.maestroPassword == null || replyJson.maestroPassword == "") {
this.showAlertWindow("자격증 타이머용 비밀번호가 설정되지 않았습니다.\n마에스트로 관리자 페이지에 가서, 자격증 타이머용 비밀번호를 설정해 주세요.");
return;
-1
View File
@@ -81,6 +81,5 @@ var Loading = {
// }
this.state.start('Login');
// this.state.start('LicenseTimer');
},
}