mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
bug fixed
This commit is contained in:
parent
9334379952
commit
f41e696e04
@ -21,7 +21,7 @@
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/search.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/modal.js") }}
|
||||
|
||||
{{ asset_script("theme.js",['min']) }}
|
||||
{{ asset_script("theme.js") }}
|
||||
|
||||
{{ addBlock('theme/partials/assets/additional-assets')|raw }}
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<script src="{{ asset_path('visiosoft.theme.base::js/vendor/jquery.min.js') }}"></script>
|
||||
{{ asset_script('visiosoft.theme.base::js/visiosoft.js') }}
|
||||
|
||||
{{ asset_style("theme.css",["min"]) }}
|
||||
{{ asset_style("theme.css") }}
|
||||
|
||||
{% include "visiosoft.theme.base::partials/styles" %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user