2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-23 02:50:18 +00:00

remove import / export calls

This commit is contained in:
Oliver Walters
2021-08-30 13:10:58 +10:00
parent 24ca1c5641
commit 5d45fce240
5 changed files with 13 additions and 15 deletions

View File

@@ -1,7 +1,5 @@
{% load i18n %}
import { inventreeLoad, inventreeSave } from '{% url "inventree.js" %}';
function reloadtable(table) {
$(table).bootstrapTable('refresh');