mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Using jquery-forms plugin
- Allows AJAX file uploads - Works! - Provides upload progress (not yet tested)
This commit is contained in:
parent
ffdcfdf51f
commit
9311164825
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/trees.js' %}"></script>
|
||||||
<script type='text/javascript' src="{% static 'script/sidenav.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/notification.js' %}"></script>
|
||||||
|
<script type='text/javascript' src="{% static 'script/jquery.form.min.js' %}"></script>
|
||||||
|
|
||||||
{% block js_load %}
|
{% block js_load %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user