Fix: hide typing exam menu item
This commit is contained in:
@@ -124,9 +124,11 @@ function makeTypingAppList(appList) {
|
||||
divTag = $("#typing_test_eng");
|
||||
groupName = "typing_test_eng";
|
||||
}
|
||||
else {
|
||||
else if(appData.appID < 200) {
|
||||
divTag = $("#typing_app");
|
||||
groupName = "typing_app";
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
divTag.append('\
|
||||
|
||||
Reference in New Issue
Block a user