Rename app.js -> item.js

This commit is contained in:
Edward Betts 2019-09-29 17:01:32 +01:00
parent 9ba35cb414
commit 75d48ed28b
2 changed files with 1 additions and 1 deletions

View file

@ -156,5 +156,5 @@
var lookup_url = {{ url_for('depicts_lookup') | tojson }};
</script>
<script src="{{ url_for('static', filename='vue/vue.js') }}"></script>
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
<script src="{{ url_for('static', filename='js/item.js') }}"></script>
{% endblock %}