This commit is contained in:
Andrew Bauer 2020-09-23 13:56:41 -05:00
parent 3c4078cd23
commit 16a593e904
1 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ function initPage() {
// Assign inf, err, fat, dbg color classes to the rows in the table
table.on('post-body.bs.table', function(data) {
$j('#logTable tr').each(function(ndx, row) {
var row = $j(row)
var row = $j(row);
var level = row.find('td:eq(4)').text();
if (( level == 'FAT' ) || ( level == 'PNC' )) {