Fix: set focus to maestro in Login

This commit is contained in:
2018-12-16 01:21:05 +09:00
parent 07053cdcba
commit f26d934375
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ var Login = {
}
}
if(sessionStorageManager.getMaestroID() === null)
if(sessionStorageManager.getMaestroID() === null || sessionStorageManager.getMaestroID() === -1)
this.inputTextMaestroName.canvasInput.focus();
else
this.inputTextName.canvasInput.focus();
+1 -1
View File
@@ -4,7 +4,7 @@ $(document).ready(function() {
showErrorMessage(
"(12월 16일) 새소식<br/>\
<span class='oi oi-clock' title='icon clock' aria-hidden='true'></span>\
&nbsp;[ 자격증 타이머 ] 앱 추가 - 화면 하단의 [ 보너스, 추가 컨텐츠 ] 에 앱이 추가되었습니다.", "success"
&nbsp;[ 자격증 타이머 ] 앱 추가 - 화면 하단의 [ 보너스, 추가 컨텐츠 ] 에 새로운 앱이 추가되었습니다.", "success"
);
});