Needed to change 32 to 33 on var colExclude for column reordering.

This commit is contained in:
Codenift 2019-09-19 23:07:22 -04:00
parent 45dbf84750
commit 4b59e75d2b
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ var AIRTIME = (function(AIRTIME) {
); );
} }
var colExclude = onDashboard ? [0, 1, 2, 32] : [0, 1, 2]; var colExclude = onDashboard ? [0, 1, 2, 33] : [0, 1, 2];
/* ############################################ /* ############################################
DATATABLES DATATABLES