fix: restore missing typeahead js on authenticated dashboard

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-02-10 13:32:37 -08:00
parent 0c20e4056e
commit e2eb3a7ded
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -63,3 +63,5 @@
{% endif %}
</div>
<!-- Bootstrap typeahead for the homepage. -->
<script type="text/javascript" src="/static/js/typeahead-home.js"></script>