Load Carbasa JS uncompressed for header search
This commit is contained in:
@@ -61,7 +61,6 @@
|
|||||||
{% block extrascripts %}
|
{% block extrascripts %}
|
||||||
{% include "oscar/partials/extrascripts.html" %}
|
{% include "oscar/partials/extrascripts.html" %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<script type="text/javascript" src="{% static 'carbasa/js/carbasa.js' %}"></script>
|
|
||||||
{% if cookie_jar.needs_approval %}
|
{% if cookie_jar.needs_approval %}
|
||||||
<script src="{% static 'cookie_jar/js/cookie_jar.js' %}"></script>
|
<script src="{% static 'cookie_jar/js/cookie_jar.js' %}"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -85,6 +84,7 @@ oxyan.initImageZoom()
|
|||||||
|
|
||||||
{% block cdn_scripts %}
|
{% block cdn_scripts %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
<script type="text/javascript" src="{% static 'carbasa/js/carbasa.js' %}"></script>
|
||||||
{% ocyanjson "wagtail" "wagtailuserbar_position" as position %}
|
{% ocyanjson "wagtail" "wagtailuserbar_position" as position %}
|
||||||
{% if position %}
|
{% if position %}
|
||||||
{% wagtailuserbar position %}
|
{% wagtailuserbar position %}
|
||||||
|
|||||||
Reference in New Issue
Block a user