diff --git a/html/index.html b/html/index.html index b2c07a4..c4ab54d 100644 --- a/html/index.html +++ b/html/index.html @@ -270,10 +270,10 @@ "createdRow": function( row, data, dataIndex ) { if ( data[5] == "TXing" ) { $(row).addClass('red'); - } else { + } else { $(row).removeClass('red'); - } - }, + } + }, "order": [[ 0, "desc" ]], "columnDefs": [ { className: "dt-nowrap", "targets": [ 0, 1, 2, 3, 7 ] }