2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Remove unused code (views / forms)

This commit is contained in:
Oliver
2021-10-05 09:21:33 +11:00
parent f6cf84f912
commit 76668b0d54
4 changed files with 4 additions and 269 deletions

View File

@ -176,15 +176,6 @@ function makeBuildOutputActionButtons(output, buildInfo, lines) {
success: reloadTable,
}
);
return;
launchModalForm(`/build/${buildId}/auto-allocate/`,
{
data: {
},
success: reloadTable,
}
);
});
$(panel).find(`#button-output-complete-${outputId}`).click(function() {