From b6ee3f47b057327021c32bfa7ece1642fdf616a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Sat, 18 May 2019 15:21:53 +0900 Subject: [PATCH] Fix: maestro main - notice, client_refresh --- src/web/module/client_refresh.html | 5 ++++- src/web/module/maestro_section_main.html | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/web/module/client_refresh.html b/src/web/module/client_refresh.html index fe4ead7..2982796 100644 --- a/src/web/module/client_refresh.html +++ b/src/web/module/client_refresh.html @@ -3,7 +3,10 @@ 그래도 실행되지 않으면 브라우저 캐시 삭제를 실행해 주세요.

- + === 브라우저별 페이지 새로 고침( ) 단축키 === +
+ +
diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html index d180882..e6e9eb3 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -20,9 +20,9 @@ $(document).ready(function() { maestroInfo.loadMaestroInfo(onLoadSuccessMaestroInfo, onLoadFailMaestroInfo); showErrorMessage( - "(05월 11일) 알림
\ - * [1부터 50] 마우스 연습 앱을 추가했습니다.
\ - ※※※ 앱 실행시 문제가 생기면 [ Ctrl + Shift + R ] 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "success" + "(05월 18일) 알림
\ + * [타자시험] 앱에서도 키보드와 손가락 위치를 보여주도록 개선했습니다.
\ + ※※※ 앱 실행시 문제가 생기면 [ Ctrl + F5 ](MS IE, Edge) 또는 [ Ctrl + Shift + R ](크롬 등) 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "success" ); });
MS (IE, Edge)