From 5d29f765e401ee36095cae0c7911520a6887ee87 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Sat, 30 Jan 2021 16:59:45 +0000 Subject: [PATCH] some code cleanup --- html/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ] }