Fix: back to main_menu.html
This commit is contained in:
@@ -62,6 +62,9 @@ var Result = {
|
||||
|
||||
|
||||
back: function() {
|
||||
location.href = '../../web/client/main_menu.html';
|
||||
|
||||
/*
|
||||
if(isTypingExamApp())
|
||||
location.href = '../../web/client/menu_typing_exam.html';
|
||||
else if(isTypingPracticeApp())
|
||||
@@ -72,6 +75,7 @@ var Result = {
|
||||
location.href = '../../web/client/menu_app.html';
|
||||
|
||||
sessionStorageManager.resetPlayingAppData();
|
||||
*/
|
||||
},
|
||||
|
||||
printRecord: function() {
|
||||
|
||||
Reference in New Issue
Block a user