2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

js linting fixes

This commit is contained in:
Oliver
2021-10-17 21:50:18 +11:00
parent a97a918860
commit 02f4f0fd15
3 changed files with 14 additions and 11 deletions

View File

@ -144,7 +144,7 @@ function makeBuildOutputButtons(output_id, build_info, options={}) {
'button-output-complete',
output_id,
'{% trans "Complete build output" %}',
)
);
// Add a button to "delete" this build output
html += makeIconButton(
@ -344,7 +344,7 @@ function completeBuildOutputs(build_id, outputs, options={}) {
}
}
}
)
);
}
});
}