Fix: change main.js -> license_timer.js
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -81,6 +81,5 @@ var Loading = {
|
||||
// }
|
||||
|
||||
this.state.start('Login');
|
||||
// this.state.start('LicenseTimer');
|
||||
},
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<script src="../../game/license_timer/timer.js"></script>
|
||||
<script src="../../game/license_timer/chart.js"></script>
|
||||
<script src="../../game/license_timer/input_score.js"></script>
|
||||
<script src="../../game/license_timer/game.js"></script>
|
||||
<script src="../../game/license_timer/license_timer.js"></script>
|
||||
<script src="../../game/license_timer/main.js"></script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user