Fix: updateRecord before Result
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user