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
+4 -1
View File
@@ -3,7 +3,10 @@
그래도 실행되지 않으면 브라우저 캐시 삭제를 실행해 주세요.<br/>
<br/>
<table style="width: 60%; margin: auto;">
=== 브라우저별 페이지 새로 고침( <span class="oi oi-reload" title="icon reload" aria-hidden="true"></span> ) 단축키 ===
<br/>
<table style="width: 500px; margin: auto;">
<tr>
<th></th>
<th>MS (IE, Edge)</th>
+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"
);
});