# HG changeset patch # User Michiel Broek # Date 1544286609 -3600 # Node ID aaefac2d08a30d8224c8f5717e3d29bcb067ec94 # Parent 71f1ca48c5511d6589220a70f112eb16bf7842c6 Code cleanup diff -r 71f1ca48c551 -r aaefac2d08a3 www/js/rec_edit.js --- a/www/js/rec_edit.js Sat Dec 08 17:11:38 2018 +0100 +++ b/www/js/rec_edit.js Sat Dec 08 17:30:09 2018 +0100 @@ -827,8 +827,7 @@ return { result: false, message: "De tijd moet 0-"+high+" zijn" }; } return true; - } // TODO: Only enable editing if Boil, else use fixed values. - // $("#grid").jqxGrid('setcolumnproperty', datafield, 'editable', event.args.checked); maar dan per cell + } }, { text: 'IBU', editable: false, datafield: 'ibu', width: 80, align: 'right', cellsrenderer: function (index, datafield, value, defaultvalue, column, rowdata) {