Fix: back to main_menu.html
This commit is contained in:
@@ -98,6 +98,11 @@ var Start = {
|
||||
|
||||
|
||||
back: function() {
|
||||
location.href = '../../web/client/main_menu.html';
|
||||
|
||||
/*
|
||||
sessionStorageManager.resetPlayingAppData();
|
||||
|
||||
if(isTypingExamApp())
|
||||
location.href = '../../web/client/menu_typing_exam.html';
|
||||
else if(isTypingPracticeApp())
|
||||
@@ -106,8 +111,7 @@ var Start = {
|
||||
location.href = '../../web/client/menu_typing_test.html';
|
||||
else
|
||||
location.href = '../../web/client/menu_app.html';
|
||||
|
||||
sessionStorageManager.resetPlayingAppData();
|
||||
*/
|
||||
},
|
||||
|
||||
loadHowToPlay: function(appID) {
|
||||
|
||||
Reference in New Issue
Block a user