Fix: back to main_menu.html
This commit is contained in:
Binary file not shown.
@@ -95,7 +95,7 @@ AppGroupTab.ACTIVE_LINE_COLOR_OVER_HEX = MainColor.CHOCO_HEX;
|
||||
AppGroupTab.ACTIVE_LINE_COLOR_DOWN_HEX = MainColor.LIGHTER_CHOCO_HEX;
|
||||
AppGroupTab.ACTIVE_LINE_COLOR_DISABLED_HEX = MainColor.BLACK_HEX;
|
||||
|
||||
AppGroupTab.ICON_COLOR_OUT_HEX = MainColor.LIGHT_CHOCO_HEX;
|
||||
AppGroupTab.ICON_COLOR_OUT_HEX = MainColor.PAPAYA_WHIP_HEX; // MainColor.LIGHT_CHOCO_HEX;
|
||||
AppGroupTab.ICON_COLOR_OVER_HEX = MainColor.CHOCO_HEX;
|
||||
AppGroupTab.ICON_COLOR_DOWN_HEX = MainColor.LIGHT_CHOCO_HEX;
|
||||
AppGroupTab.ICON_COLOR_DISABLED_HEX = MainColor.DARK_CHOCO_HEX;
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -269,7 +269,8 @@ var TypingExamination = {
|
||||
|
||||
back: function() {
|
||||
sessionStorageManager.resetPlayingAppData();
|
||||
location.href = '../../web/client/menu_typing_exam.html';
|
||||
// location.href = '../../web/client/menu_typing_exam.html';
|
||||
location.href = '../../web/client/main_menu.html';
|
||||
},
|
||||
|
||||
startGame: function() {
|
||||
@@ -358,10 +359,10 @@ var TypingExamination = {
|
||||
var directory = writer + writerID + "/";
|
||||
var filename = writingInfo["filename"];
|
||||
var url = path + directory + filename;
|
||||
if(isDebugMode()) {
|
||||
url = path + "system/sample.txt";
|
||||
console.log(url);
|
||||
}
|
||||
// if(isDebugMode()) {
|
||||
// url = path + "system/sample.txt";
|
||||
// console.log(url);
|
||||
// }
|
||||
|
||||
game.load.onLoadComplete.add(this.completeLoadingWriting, this);
|
||||
game.load.text("writing", url);
|
||||
|
||||
Reference in New Issue
Block a user