From e148f9c24d7ff83ab8037e0939b04796d82c27d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Fri, 14 Jun 2019 10:34:09 +0900 Subject: [PATCH] Fix: license timer chart bug --- src/game/license_timer/chart.js | 2 +- src/web/client/license_timer.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/license_timer/chart.js b/src/game/license_timer/chart.js index f634dc1..a86338b 100644 --- a/src/game/license_timer/chart.js +++ b/src/game/license_timer/chart.js @@ -97,7 +97,7 @@ Chart.prototype.printChartRecord = function(chartRecordIndex, scoreListIndex) { this.recordTexts[chartRecordIndex].printGrade("-"); this.recordTexts[chartRecordIndex].printSubject("-"); } else { - this.recordTexts[chartRecordIndex].printDate(StringUtil.printMonthDay(this.scoreList[scoreListIndex].date)); + this.recordTexts[chartRecordIndex].printDate(DateUtil.printMonthDay(this.scoreList[scoreListIndex].date)); var scoreValue = RecordUtil.getRecordValueWithUnit(this.scoreList[scoreListIndex].score, 101); this.recordTexts[chartRecordIndex].printScore(scoreValue); diff --git a/src/web/client/license_timer.html b/src/web/client/license_timer.html index 80deadd..8477c2e 100644 --- a/src/web/client/license_timer.html +++ b/src/web/client/license_timer.html @@ -43,6 +43,7 @@ +