add array with exception test function names, need to create functions yet

Matthew Chambers 2021-06-24 18:04:46 -05:00
rodzic 0b27feb367
commit b089caf50a
1 zmienionych plików z 33 dodań i 3 usunięć

Wyświetl plik

@ -389,6 +389,38 @@ var r_sortFunction = [
myContCompare 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) function showRosterBox(sortIndex)
{ {
if (g_rosterSettings.lastSortIndex != sortIndex) if (g_rosterSettings.lastSortIndex != sortIndex)
@ -454,7 +486,7 @@ function viewRoster()
isAwardTracker = true; isAwardTracker = true;
g_rosterSettings.huntNeed = "confirmed"; 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 // if the user is not in offline mode and has OAMS enabled, this could
// be it's own function maybe? // be it's own function maybe?
var canMsg = var canMsg =
@ -745,7 +777,6 @@ function viewRoster()
entry.tx = false; entry.tx = false;
continue; continue;
} }
continue; continue;
} }
@ -797,7 +828,6 @@ function viewRoster()
entry.tx = false; entry.tx = false;
continue; continue;
} }
continue; continue;
} }