2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Removed footable

- Now using bootstrap-table
This commit is contained in:
Oliver
2018-05-02 22:22:43 +10:00
parent 024fe04e0e
commit 211edb23bb
14 changed files with 4 additions and 7742 deletions

View File

@ -40,12 +40,10 @@
{% endblock %}
{% block js_load %}
<script type='text/javascript' src="{% static 'script/footable.js' %}"></script>
<script type='text/javascript' src="{% static 'script/modal_form.js' %}"></script>
{% endblock %}
{% block js_ready %}
$("#part-list").footable();
$("#part-create").click(function () {
launchModalForm("#modal-form",
"{% url 'supplier-part-create' %}",

View File

@ -37,11 +37,9 @@
{% endblock %}
{% block js_load %}
<script type='text/javascript' src="{% static 'script/footable.js' %}"></script>
<script type='text/javascript' src="{% static 'script/modal_form.js' %}"></script>
{% endblock %}
{% block js_ready %}
$('#company-table').footable();
$('#new-company').click(function () {
launchModalForm('#modal-form',