2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

linting fixes

This commit is contained in:
Oliver
2021-10-30 00:07:51 +11:00
parent 57240865e8
commit a15cc1f3ba
3 changed files with 3 additions and 4 deletions

View File

@ -2037,8 +2037,6 @@ function constructHiddenInput(name, parameters) {
// Construct a "checkbox" input
function constructCheckboxInput(name, parameters) {
var todo = "refactor this with the new bootstrap slide-toggle thingy";
return constructInputOptions(
name,
'form-check-input',