This commit is contained in:
Vivianne Langdon 2022-02-26 18:08:07 -08:00
parent 48c8166e58
commit 340b306d2e
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,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/vendor/quagga.min.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/quagga.min.js" %}?v={{ js_cache }}"></script>
{% block scripts %}{% endblock %}