Fix: maestro main - notice, client_refresh

This commit is contained in:
2019-05-18 15:21:53 +09:00
parent 2b7758e1af
commit b6ee3f47b0
2 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ $(document).ready(function() {
maestroInfo.loadMaestroInfo(onLoadSuccessMaestroInfo, onLoadFailMaestroInfo);
showErrorMessage(
"(05월 11일) 알림<br/>\
* [1부터 50] 마우스 연습 앱을 추가했습니다.<br/>\
※※※ 앱 실행시 문제가 생기면 [ Ctrl + Shift + R ] 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "success"
"(05월 18일) 알림<br/>\
* [타자시험] 앱에서도 키보드와 손가락 위치를 보여주도록 개선했습니다.<br/>\
※※※ 앱 실행시 문제가 생기면 [ Ctrl + F5 ](MS IE, Edge) 또는 [ Ctrl + Shift + R ](크롬 등) 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "success"
);
});