Fix: remove useless update_date timestamp tag
This commit is contained in:
@@ -38,19 +38,19 @@
|
||||
<script src="../../game/lib/session_storage_manager.js"></script>
|
||||
<script src="../../game/lib/score_manager.js"></script>
|
||||
<script src="../../game/lib/heart_manager.js"></script>
|
||||
<script src="../../game/lib/global/global_variables.js?update_date=191224"></script>
|
||||
<script src="../../game/lib/global/global_variables.js"></script>
|
||||
|
||||
<!-- library source files -->
|
||||
<script src="../../game/lib/util/number_util.js"></script>
|
||||
<script src="../../game/lib/util/record_util.js"></script>
|
||||
|
||||
<script src="../../game/lib/text/combo_text.js"></script>
|
||||
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
|
||||
<script src="../../game/lib/text/time_over_text.js?update_date=191225"></script>
|
||||
<script src="../../game/lib/text/score_board.js?update_date=191224"></script>
|
||||
<script src="../../game/lib/text/score_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_bottom_ui.js?update_date=191224"></script>
|
||||
<script src="../../game/lib/text/input_type_text.js"></script>
|
||||
<script src="../../game/lib/text/time_over_text.js"></script>
|
||||
<script src="../../game/lib/text/score_board.js"></script>
|
||||
<script src="../../game/lib/text/score_text.js"></script>
|
||||
<script src="../../game/lib/text/screen_top_ui.js"></script>
|
||||
<script src="../../game/lib/text/screen_bottom_ui.js"></script>
|
||||
|
||||
<script src="../../game/lib/keyboard_shortcut.js"></script>
|
||||
<script src="../../game/lib/history_record_manager.js"></script>
|
||||
@@ -68,7 +68,7 @@
|
||||
<script src="../../game/mouse/card_matching/dude_card.js"></script>
|
||||
<script src="../../game/mouse/card_matching/plus_score.js"></script>
|
||||
|
||||
<script src="../../game/mouse/card_matching/game.js?update_date=191225"></script>
|
||||
<script src="../../game/mouse/card_matching/game.js"></script>
|
||||
<script src="../../game/mouse/card_matching/main.js"></script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user