diff --git a/src/web/module/maestro_section_app_activation.html b/src/web/module/maestro_section_app_activation.html index 9abd31a..42bf4d4 100644 --- a/src/web/module/maestro_section_app_activation.html +++ b/src/web/module/maestro_section_app_activation.html @@ -186,9 +186,15 @@ function makeTypingAppList(appList) { divTag = $("#typing_test_eng"); groupName = "typing_test_eng"; } - else { + // else { + // divTag = $("#typing_app"); + // groupName = "typing_app_all"; + // } + else if(appData.appID < 200) { divTag = $("#typing_app"); groupName = "typing_app_all"; + } else { + continue; } divTag.append('\ @@ -229,27 +235,10 @@ function triggerAppGroup(groupName) { - -
-
- -
마우스 연습
-
- - -
-
-
-
- -
-
- -
-
타자 연습
+
손가락 연습
@@ -266,7 +255,7 @@ function triggerAppGroup(groupName) {
-
타자 시험
+
단어 / 문장 연습
@@ -282,7 +271,7 @@ function triggerAppGroup(groupName) {
-
타자 앱
+
타자 놀이
@@ -291,5 +280,14 @@ function triggerAppGroup(groupName) {
+
마우스 놀이
+
+ + +
+
+
+
+
\ No newline at end of file