Fix: typing test app bug, code revised

This commit is contained in:
2018-10-04 23:24:56 +09:00
parent b822762429
commit 88fb1552ba
9 changed files with 152 additions and 183 deletions
+1 -1
View File
@@ -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);