Fix: delete test_*.html files

This commit is contained in:
2018-06-07 18:33:54 +09:00
parent a6d79b57c6
commit c1efb24684
28 changed files with 584 additions and 1342 deletions
+6 -1
View File
@@ -153,7 +153,12 @@ class Start {
}
startStage() {
location.href = "../../web/client/" + sessionStorageManager.playingAppName + ".html";
if(isTypingPracticeStage())
location.href = "../../web/client/typing_practice.html";
else if(isTypingTestStage())
location.href = "../../web/client/typing_test.html";
else
location.href = "../../web/client/" + sessionStorageManager.playingAppName + ".html";
}
}