eslint
This commit is contained in:
parent
3c4078cd23
commit
16a593e904
|
@ -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' )) {
|
||||
|
|
Loading…
Reference in New Issue