Fix: updateRecord before Result

This commit is contained in:
2018-12-25 18:49:34 +09:00
parent 1a2dde8a94
commit 4c1a2a278e
18 changed files with 287 additions and 56 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ var Result = {
// contents
this.printRecord();
if(sessionStorageManager.getMaestroAccountType() < 100) { // experience account
this.updateResultRecord();
}
// if(sessionStorageManager.getMaestroAccountType() < 100) { // experience account
// this.updateResultRecord();
// }
this.makeRestartButton();