Fix: back to main_menu.html

This commit is contained in:
2019-08-15 23:20:16 +09:00
parent fca1b210b8
commit 6e4836fff0
5 changed files with 17 additions and 8 deletions
+4
View File
@@ -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() {