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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user