Fix: remove useless update_date timestamp tag
This commit is contained in:
+12
-12
@@ -16,22 +16,22 @@
|
||||
|
||||
<!-- global source files -->
|
||||
<script src="../../game/lib/session_storage_manager.js"></script>
|
||||
<script src="../../game/lib/global/global_variables.js?update_date=190719"></script>
|
||||
<script src="../../game/lib/global/global_variables.js"></script>
|
||||
|
||||
<!-- library source files -->
|
||||
<script src="../../game/lib/color/main_color.js"></script>
|
||||
|
||||
<script src="../../game/lib/util/number_util.js"></script>
|
||||
<script src="../../game/lib/util/string_util.js?update_date=190608"></script>
|
||||
<script src="../../game/lib/util/string_util.js"></script>
|
||||
<script src="../../game/lib/util/record_util.js"></script>
|
||||
<script src="../../game/lib/util/date_util.js?update_date=190608"></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/announce_box.js?update_date=191224"></script>
|
||||
<script src="../../game/lib/text/input_type_text.js"></script>
|
||||
<script src="../../game/lib/text/announce_box.js"></script>
|
||||
<script src="../../game/lib/text/history_text.js"></script>
|
||||
<script src="../../game/lib/text/ranking_text.js"></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/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>
|
||||
@@ -41,13 +41,13 @@
|
||||
<script src="../../game/lib/button/round_rect_button.js"></script>
|
||||
<script src="../../game/lib/button/back_button.js"></script>
|
||||
<script src="../../game/lib/button/fullscreen_button.js"></script>
|
||||
<script src="../../game/typing/lib/animal.js?update_date=191224"></script>
|
||||
<script src="../../game/typing/lib/animal.js"></script>
|
||||
|
||||
<!-- Result : source files -->
|
||||
<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/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"></script>
|
||||
<script src="../../game/result/main.js"></script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user