From b089caf50ad28215280b343eca43e816d0e8aaad Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Thu, 24 Jun 2021 18:04:46 -0500 Subject: [PATCH] add array with exception test function names, need to create functions yet --- package.nw/lib/roster.js | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/package.nw/lib/roster.js b/package.nw/lib/roster.js index 0c49fe5..f1db9bf 100644 --- a/package.nw/lib/roster.js +++ b/package.nw/lib/roster.js @@ -389,6 +389,38 @@ var r_sortFunction = [ myContCompare ]; +var r_excptTest = [ + timeChk, + crEnable, + blockedCall, + blockedFrom, + blcokedDXCC, + cqOnly, + useRegex, + reqGrid, + minDB, + maxDT, + minFreq, + maxFreq, + noMsg, + onlyMesg, + myDXCC, + lotwUse, + eqslUse, + oqrsUse, + noMyCQDX, + callWorked, + callConfirmed, + huntGrid, + huntDXCC, + huntDXCCs, + huntWPX, + huntCQ, + huntITU, + huntUSStates, + huntUSState +] + function showRosterBox(sortIndex) { if (g_rosterSettings.lastSortIndex != sortIndex) @@ -454,7 +486,7 @@ function viewRoster() isAwardTracker = true; g_rosterSettings.huntNeed = "confirmed"; } - // this appears to be determine if we should show the OAMS collumn + // this appears to be determine if we should show the OAMS column // if the user is not in offline mode and has OAMS enabled, this could // be it's own function maybe? var canMsg = @@ -745,7 +777,6 @@ function viewRoster() entry.tx = false; continue; } - continue; } @@ -797,7 +828,6 @@ function viewRoster() entry.tx = false; continue; } - continue; }