spelling: dropdown

This commit is contained in:
Josh Soref 2018-10-02 07:13:08 +00:00
parent 83923ebf98
commit c646185e1f

View file

@ -129,7 +129,7 @@ function editRow(oTable, nRow) {
jqTds[5].innerHTML = '<button type="button" class="btn btn-flat btn-primary button_save">Save</button>';
jqTds[6].innerHTML = '<button type="button" class="btn btn-flat btn-primary button_cancel">Cancel</button>';
// set current value of dropdows column
// set current value of dropdown column
if (aData[2] == 'Active'){
isDisabled = 'false';
}