Fix: delete test_*.html files
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user