Browse Source

스크립트캐싱

smlee@yes24.com 4 năm trước cách đây
mục cha
commit
665b36dddd

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/common/fragments/ScriptsMob.html

@@ -16,7 +16,7 @@
  -->
 <th:block th:fragment="scripts">
 <script th:src="@{'/ux/mo/js/common_m.js'}" src="/ux/mo/js/common_m.js"></script>
-<script th:src="@{'/ux/style24_link.js'}" src="/ux/style24_link.js"></script>
+<script th:src="@{'/ux/style24_link.js?20220221'}" src="/ux/style24_link.js"></script>
 <script type="text/javascript" th:src="@{'/ux/plugins/gaga/gaga.common.js'}" src="/ux/plugins/gaga/gaga.common.js"></script>
 <script type="text/javascript" th:src="@{'/ux/plugins/gaga/gaga.validation.js?20211111'}" src="/ux/plugins/gaga/gaga.validation.js"></script>
 <script type="text/javascript" th:src="@{'/ux/plugins/vg-controller-client.latest.min.js'}" src="/ux/plugins/vg-controller-client.latest.min.js"></script>

+ 1 - 1
src/main/webapp/WEB-INF/views/web/common/fragments/ScriptsWeb.html

@@ -16,7 +16,7 @@
  -->
 <th:block th:fragment="scripts">
 <script th:src="@{'/ux/pc/js/common-ui.js'}" src="/ux/pc/js/common-ui.js"></script>
-<script th:src="@{'/ux/style24_link.js'}" src="/ux/style24_link.js"></script>
+<script th:src="@{'/ux/style24_link.js?20220221'}" src="/ux/style24_link.js"></script>
 <script type="text/javascript" th:src="@{'/ux/plugins/gaga/gaga.common.js'}" src="/ux/plugins/gaga/gaga.common.js"></script>
 <script type="text/javascript" th:src="@{'/ux/plugins/gaga/gaga.validation.js?20211111'}" src="/ux/plugins/gaga/gaga.validation.js"></script>
 <script type="text/javascript" th:src="@{'/ux/plugins/vg-controller-client.latest.min.js'}" src="/ux/plugins/vg-controller-client.latest.min.js"></script>