Fix: update file date

This commit is contained in:
2019-09-28 21:40:52 +09:00
parent 4881cc1daa
commit 8652f7a473
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -58,8 +58,8 @@
<script src="../../game/lib/text/combo_text.js?update_date=190908"></script> <script src="../../game/lib/text/combo_text.js?update_date=190908"></script>
<script src="../../game/lib/text/announce_box.js?update_date=190908"></script> <script src="../../game/lib/text/announce_box.js?update_date=190908"></script>
<script src="../../game/lib/text/how_to_play.js?update_date=190908"></script> <script src="../../game/lib/text/how_to_play.js?update_date=190908"></script>
<script src="../../game/lib/text/history_text.js?update_date=190927"></script> <script src="../../game/lib/text/history_text.js?update_date=190928"></script>
<script src="../../game/lib/text/ranking_text.js?update_date=190927"></script> <script src="../../game/lib/text/ranking_text.js?update_date=190928"></script>
<script src="../../game/lib/button/round_rect_button.js?update_date=190908"></script> <script src="../../game/lib/button/round_rect_button.js?update_date=190908"></script>
<script src="../../game/lib/button/home_button.js?update_date=190908"></script> <script src="../../game/lib/button/home_button.js?update_date=190908"></script>
@@ -92,7 +92,7 @@
<script src="../../game/lib/realtime_stage_timer.js?update_date=190908"></script> <script src="../../game/lib/realtime_stage_timer.js?update_date=190908"></script>
<script src="../../game/lib/stage_timer.js?update_date=190908"></script> <script src="../../game/lib/stage_timer.js?update_date=190908"></script>
<script src="../../game/lib/heart_gauge.js?update_date=190908"></script> <script src="../../game/lib/heart_gauge.js?update_date=190908"></script>
<script src="../../game/lib/chart.js?update_date=190927"></script> <script src="../../game/lib/chart.js?update_date=190928"></script>
<script src="../../game/lib/keyboard_shortcut.js?update_date=190908"></script> <script src="../../game/lib/keyboard_shortcut.js?update_date=190908"></script>
<script src="../../game/lib/animal.js?update_date=190908"></script> <script src="../../game/lib/animal.js?update_date=190908"></script>
<script src="../../game/lib/animal_record_list.js?update_date=190908"></script> <script src="../../game/lib/animal_record_list.js?update_date=190908"></script>
+2 -2
View File
@@ -45,9 +45,9 @@
<!-- Result : source files --> <!-- Result : source files -->
<script src="../../game/result/history_board.js"></script> <script src="../../game/result/history_board.js"></script>
<script src="../../game/result/ranking_board.js?update=190927"></script> <script src="../../game/result/ranking_board.js?update=190928"></script>
<script src="../../game/result/record_board.js"></script> <script src="../../game/result/record_board.js"></script>
<script src="../../game/result/result.js?update=190927"></script> <script src="../../game/result/result.js?update=190928"></script>
<script src="../../game/result/main.js"></script> <script src="../../game/result/main.js"></script>