2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 06:01:35 +00:00

Only load api.js once

This commit is contained in:
Oliver Walters
2019-05-14 23:43:16 +10:00
parent 0ffe2666b3
commit 58cc1cda77
7 changed files with 0 additions and 7 deletions

View File

@@ -34,7 +34,6 @@ InvenTree | Allocate Parts
{% block js_load %}
{{ block.super }}
<script src="{% static 'script/inventree/api.js' %}"></script>
<script src="{% static 'script/inventree/part.js' %}"></script>
<script src="{% static 'script/inventree/build.js' %}"></script>
{% endblock %}