|
@@ -39,7 +39,7 @@ function makeChecklistData(lists, checklists) {
|
|
|
const isChecked = checklistInfo ? ' checked' : '';
|
|
|
const isDisabled = checklistInfo && checklistInfo.had_bills === 1 ? ' disabled' : '';
|
|
|
html += '<tr>\n' +
|
|
|
- ' <td onselectstart="return false" style="{-moz-user-select:none}"><div class="text-center custom-control custom-checkbox mb-2">\n' +
|
|
|
+ ' <td><div class="text-center custom-control custom-checkbox mb-2">\n' +
|
|
|
' <input type="checkbox" id="lists_'+ i +'" value="'+ i +'" name="customCheckbox" class="custom-control-input"'+ isChecked + isDisabled +'>\n' +
|
|
|
' <label class="custom-control-label" for="lists_'+ i +'"></label>\n' +
|
|
|
' </div></td>\n' +
|