Typeahead library link.

This commit is contained in:
Alexey Skobkin 2016-12-11 03:56:14 +03:00
parent 23042cf2b1
commit 207a8bab21

View file

@ -2,6 +2,7 @@
{% block head_js %}
{{ parent() }}
{# https://github.com/bassjobsen/Bootstrap-3-Typeahead #}
<script src="{{ asset('js/bootstrap3-typeahead.min.js') }}"></script>
{% endblock %}