mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Using jquery-forms plugin
- Allows AJAX file uploads - Works! - Provides upload progress (not yet tested)
This commit is contained in:
11
InvenTree/static/script/jquery.form.min.js
vendored
Normal file
11
InvenTree/static/script/jquery.form.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -57,6 +57,7 @@ InvenTree
|
||||
<script type='text/javascript' src="{% static 'script/trees.js' %}"></script>
|
||||
<script type='text/javascript' src="{% static 'script/sidenav.js' %}"></script>
|
||||
<script type='text/javascript' src="{% static 'script/notification.js' %}"></script>
|
||||
<script type='text/javascript' src="{% static 'script/jquery.form.min.js' %}"></script>
|
||||
|
||||
{% block js_load %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user