put bundle before search js

This commit is contained in:
David Todd 2019-05-28 00:10:27 -05:00
parent a47a86f371
commit 5a1731381f
1 changed files with 2 additions and 1 deletions

View File

@ -283,11 +283,12 @@
</div>
</aside>
<script src="{{SITEURL}}/theme/bundle-SHARE-{{SHARE|string|first|length|string|first}}-MG_FILTER_TAGS-{{MG_FILTER_TAGS|string|first|length|string|first}}-SHORTSHA1-d853ca5.js"></script>
{% if not DISABLE_SEARCH %}
<script src="{{ SITEURL }}/theme/jslibs/tipuesearch_set.js"></script>
<script src="{{ SITEURL }}/theme/jslibs/tipuesearch.js"></script>
{% endif %}
<script src="{{SITEURL}}/theme/bundle-SHARE-{{SHARE|string|first|length|string|first}}-MG_FILTER_TAGS-{{MG_FILTER_TAGS|string|first|length|string|first}}-SHORTSHA1-d853ca5.js"></script>
</body>
</html>