File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
data/templates/woocommerce Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1818 <script src =" https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2" ></script >
1919 <script src =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity =" sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin =" anonymous" ></script >
2020 <script src =" https://cdn.jsdelivr.net/npm/@tarekraafat/[email protected] /dist/js/autoComplete.js" ></script > 21-
22- {# <script defer src="{{ path('js/searchIndex.js') }}"></script> #}
2321 {% block javascripts %}
2422 {% endblock %}
2523</head >
4745 ' searchIndex' : ' {{ path(' js/ searchIndex .json ' )|e(' js' ) }}'
4846 };
4947 </script >
50- <script src =" {{ path(' js/searchIndex.js' ) }}" ></script >
51- <script src =" {{ path(' js/search.js' ) }}" ></script >
48+ <script src =" {{ path(' js/searchIndex.js' ) }}?updated={{ " now " | date ( ' U ' ) }} " ></script >
49+ <script src =" {{ path(' js/search.js' ) }}?updated={{ " now " | date ( ' U ' ) }} " ></script >
5250</body >
5351</html >
You can’t perform that action at this time.
0 commit comments