If autocomplete_enabled
is 1
in display.html, then enable autocomplete script.
This commit is contained in:
parent
9ef72d2862
commit
a908985429
|
@ -35,7 +35,9 @@
|
||||||
{{ response|safe }}
|
{{ response|safe }}
|
||||||
</body>
|
</body>
|
||||||
{% include 'footer.html' %}
|
{% include 'footer.html' %}
|
||||||
<script src="{{ cb_url('autocomplete.js') }}"></script>
|
{% if autocomplete_enabled == '1' %}
|
||||||
|
<script src="{{ cb_url('autocomplete.js') }}"></script>
|
||||||
|
{% endif %}
|
||||||
<script src="{{ cb_url('utils.js') }}"></script>
|
<script src="{{ cb_url('utils.js') }}"></script>
|
||||||
<script src="{{ cb_url('keyboard.js') }}"></script>
|
<script src="{{ cb_url('keyboard.js') }}"></script>
|
||||||
<script src="{{ cb_url('currency.js') }}"></script>
|
<script src="{{ cb_url('currency.js') }}"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user