Fix: license timer chart bug
This commit is contained in:
@@ -97,7 +97,7 @@ Chart.prototype.printChartRecord = function(chartRecordIndex, scoreListIndex) {
|
|||||||
this.recordTexts[chartRecordIndex].printGrade("-");
|
this.recordTexts[chartRecordIndex].printGrade("-");
|
||||||
this.recordTexts[chartRecordIndex].printSubject("-");
|
this.recordTexts[chartRecordIndex].printSubject("-");
|
||||||
} else {
|
} 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);
|
var scoreValue = RecordUtil.getRecordValueWithUnit(this.scoreList[scoreListIndex].score, 101);
|
||||||
this.recordTexts[chartRecordIndex].printScore(scoreValue);
|
this.recordTexts[chartRecordIndex].printScore(scoreValue);
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
<script src="../../game/lib/util/number_util.js"></script>
|
<script src="../../game/lib/util/number_util.js"></script>
|
||||||
<script src="../../game/lib/util/string_util.js"></script>
|
<script src="../../game/lib/util/string_util.js"></script>
|
||||||
<script src="../../game/lib/util/record_util.js"></script>
|
<script src="../../game/lib/util/record_util.js"></script>
|
||||||
|
<script src="../../game/lib/util/date_util.js"></script>
|
||||||
|
|
||||||
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
|
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
|
||||||
<script src="../../game/lib/text/screen_top_ui.js?update_date=191224"></script>
|
<script src="../../game/lib/text/screen_top_ui.js?update_date=191224"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user