Fix: remove old codes - best record

This commit is contained in:
2018-10-23 23:41:20 +09:00
parent f0dc660018
commit c7a5926b21
16 changed files with 47 additions and 401 deletions
+2 -4
View File
@@ -4,7 +4,7 @@ var TypingTest = {
var self = this;
this.initTypingData();
sessionStorageManager.setIsNewBestRecord(false);
sessionStorageManager.setIsNewAppHighestRecord(false);
var experienceAppTimer = new ExperienceAppTimer();
experienceAppTimer.setTimeOverListener(
@@ -110,7 +110,7 @@ var TypingTest = {
// bottom ui
var screenBottomUI = new ScreenBottomUI();
screenBottomUI.printLeftTextWithBestRecord(sessionStorageManager.getAppHighestRecord());
screenBottomUI.printLeftTextWithAppHighestRecord(sessionStorageManager.getAppHighestRecord());
screenBottomUI.printCenterText(sessionStorageManager.getPlayingAppKoreanName());
screenBottomUI.printRightText(sessionStorageManager.getPlayerName());
@@ -173,8 +173,6 @@ var TypingTest = {
goResult: function() {
sessionStorageManager.setRecord(this.typingRecordTotal);
// if(sessionStorageManager.getRecord() > sessionStorageManager.getAppHighestRecord())
// sessionStorageManager.setAppHighestRecord(sessionStorageManager.record);
location.href = '../../web/client/result.html';
},