Fix: announce for just on time app

This commit is contained in:
2019-12-04 06:22:13 +09:00
parent 4be937dc42
commit 084c866f8c
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
<script src="../../game/lib/flat_button/tab_layout.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/typing_app_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/typing_exam_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/play_app_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/play_app_button.js?update_date=191203"></script>
<script src="../../game/lib/sprite/sprite_icon_timer.js?update_date=190908"></script>
+2 -5
View File
@@ -1,13 +1,10 @@
<script>
$(document).ready(function() {
/*
showErrorMessage(
"(09월 28일) 알림<br/>\
* [긴글 (시험)] 5분 초과시에도 기록을 서버에 저장하도록 수정했습니다.<br/>\
※※※ 앱 실행시 문제가 생기면 [ Ctrl + F5 ](MS IE, Edge) 또는 [ Ctrl + Shift + R ](크롬 등) 단축키를 눌러서 브라우저 캐시 삭제를 해주세요. ※※※", "info"
"(12월 4일) 알림<br/>\
* [시간을 맞춰라] 마우스 연습 앱을 추가했습니다.", "info"
);
*/
});