Fix: get_typing_exam_history_record
This commit is contained in:
@@ -62,7 +62,9 @@ var Result = {
|
||||
|
||||
|
||||
back: function() {
|
||||
if(isTypingPracticeApp())
|
||||
if(isTypingExamApp())
|
||||
location.href = '../../web/client/menu_typing_exam.html';
|
||||
else if(isTypingPracticeApp())
|
||||
location.href = '../../web/client/menu_typing_practice.html';
|
||||
else if(isTypingTestApp())
|
||||
location.href = '../../web/client/menu_typing_test.html';
|
||||
|
||||
Reference in New Issue
Block a user