2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-03 08:14:27 +00:00

JS linting fixes

This commit is contained in:
Oliver
2022-04-29 17:13:59 +10:00
parent 260680c5c4
commit 35de490f72
+2 -2
View File
@@ -1116,8 +1116,8 @@ function loadBomTable(table, options={}) {
table.treegrid('collapseAll');
// Callback for 'load sub assembly' button
$(table).find('.load-sub-assembly').click(function(event) {
// Callback for 'load sub assembly' button
$(table).find('.load-sub-assembly').click(function(event) {
event.preventDefault();