Fix: update file name tag, print sample ranking

This commit is contained in:
2019-06-12 08:32:50 +09:00
parent 976dc1a4ac
commit 9ecb633996
5 changed files with 53 additions and 20 deletions
+6 -6
View File
@@ -20,9 +20,9 @@
<!-- library source files -->
<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?update_date=190608"></script>
<script src="../../game/lib/util/record_util.js"></script>
<script src="../../game/lib/util/date_util.js"></script>
<script src="../../game/lib/util/date_util.js?update_date=190608"></script>
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
<script src="../../game/lib/text/announce_box.js?update_date=191224"></script>
@@ -41,10 +41,10 @@
<script src="../../game/typing/lib/animal.js?update_date=191224"></script>
<!-- source files -->
<script src="../../game/result/history_board.js"></script>
<script src="../../game/result/ranking_board.js"></script>
<script src="../../game/result/record_board.js"></script>
<script src="../../game/result/result.js?update_date=190510"></script>
<script src="../../game/result/history_board.js?update_date=190608"></script>
<script src="../../game/result/ranking_board.js?update_date=190608"></script>
<script src="../../game/result/record_board.js?update_date=190608"></script>
<script src="../../game/result/result.js?update_date=190608"></script>
<script src="../../game/result/main.js"></script>