2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

More js fixes

This commit is contained in:
Oliver Walters
2021-08-30 15:32:01 +10:00
parent 50b54f0966
commit e0e7788af6
6 changed files with 101 additions and 45 deletions

View File

@ -1,5 +1,15 @@
{% load i18n %}
/* globals
makeIconButton,
renderLink,
*/
/* exported
loadAttachmentTable,
reloadAttachmentTable,
*/
function reloadAttachmentTable() {
$('#attachment-table').bootstrapTable("refresh");