Add: sql - login, history_record
This commit is contained in:
@@ -25,11 +25,11 @@ class Start {
|
||||
// contents
|
||||
this.printHowToPlay(appInfoManager.getHowToPlayText(sessionStorageManager.playingAppName));
|
||||
this.makeStartButton();
|
||||
this.printChartBaseLine();
|
||||
this.dbConnectManager.requestPlayerHistory( historyRecordManager => {
|
||||
this.printChartBaseLine();
|
||||
|
||||
let underValue = historyRecordManager.underValueForGraph();
|
||||
let upperValue = historyRecordManager.upperValueForGraph();
|
||||
|
||||
for(let i = 0; i < historyRecordManager.count; i++) {
|
||||
if(i > 6)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user