Fix: typing test app bug, code revised
This commit is contained in:
@@ -162,7 +162,7 @@ function getGameAppName() {
|
||||
if(isTypingPracticeApp())
|
||||
return "typing_practice";
|
||||
else if(isTypingTestApp())
|
||||
return "typing_test.html";
|
||||
return "typing_test";
|
||||
else if(isTypingGameApp()) {
|
||||
if(isKoreanTypingApp())
|
||||
return appName.substring("typing_korean_".length);
|
||||
|
||||
Reference in New Issue
Block a user