Move quagga to vendor.

This commit is contained in:
Vivianne Langdon 2022-02-28 21:22:49 -08:00
parent 8c92869fc0
commit 62b4133e58
2 changed files with 1 additions and 1 deletions

View file

@ -274,7 +274,7 @@
<script src="{% static "js/bookwyrm.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/localstorage.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/status_cache.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/quagga.min.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/vendor/quagga.min.js" %}?v={{ js_cache }}"></script>
{% block scripts %}{% endblock %}