Fix: typing test app bug, code revised
This commit is contained in:
@@ -163,18 +163,6 @@ var Start = {
|
||||
|
||||
startStage: function() {
|
||||
location.href = "../../web/client/" + getGameAppName() + ".html";
|
||||
/*
|
||||
if(isTypingPracticeApp())
|
||||
location.href = "../../web/client/typing_practice.html";
|
||||
else if(isTypingTestApp())
|
||||
location.href = "../../web/client/typing_test.html";
|
||||
else if(isTypingGameApp())
|
||||
location.href = "../../web/client/" + this.getGameAppName() + ".html";
|
||||
// else if(isMouseGameApp())
|
||||
// location.href = "../../web/client/" + this.getGameAppName() + ".html";
|
||||
else
|
||||
location.href = "../../web/client/" + sessionStorageManager.getPlayingAppName() + ".html";
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user