Merge branch 'csharpen-master-patch-12742' into 'master'

Trivial update of renderRoster.js 1x1 pattern match FCC's assignment

See merge request gridtracker.org/gridtracker!178

If this is changing anything in the UI or operational behavior, please prepare to update the wiki!
merge-requests/177/merge
Matthew Chambers 2022-07-23 14:13:06 +00:00
commit e505132d57
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -120,7 +120,7 @@ function renderRoster(callRoster, rosterSettings)
if (callObj.shouldAlert == false && rosterSettings.onlyHits == true && callObj.qrz == false)
{ continue; }
if (callObj.DEcall.match("^[A-Z][0-9][A-Z](/w+)?$"))
if (callObj.DEcall.match("^[KNW][0-9][A-W|Y|Z](/w+)?$"))
{ callObj.style.call = "class='oneByOne'"; }
if (callObj.DEcall == window.opener.g_instances[callObj.instance].status.DXcall)
{