Fix: typing_examination -> typing_exam
This commit is contained in:
@@ -3,7 +3,7 @@ var Result = {
|
||||
preload: function() {
|
||||
game.load.image('icon_fullscreen', '../../../resources/image/icon/fullscreen_white.png');
|
||||
|
||||
if(isTypingPracticeApp() || isTypingTestApp())
|
||||
if(isTypingPracticeApp() || isTypingTestApp() || isTypingExamApp())
|
||||
Animal.loadResources();
|
||||
|
||||
RankingBoard.loadResources();
|
||||
@@ -84,7 +84,7 @@ var Result = {
|
||||
if(sessionStorageManager.getRecord() === null)
|
||||
sessionStorageManager.setRecord(0);
|
||||
|
||||
if(isTypingPracticeApp() || isTypingTestApp()) {
|
||||
if(isTypingPracticeApp() || isTypingTestApp() || isTypingExamApp()) {
|
||||
var animalLevelID = 0;
|
||||
if(isTypingPracticeApp())
|
||||
animalLevelID = Animal.animalLevelIDByRecord(sessionStorageManager.getRecord(), Animal.TYPE_PRACTICE);
|
||||
|
||||
Reference in New Issue
Block a user