Mark /MM as not DXCC. Closes #99

merge-requests/112/head
jangliss 2021-05-25 20:53:07 -05:00
rodzic 122ee711ce
commit 58045972d5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -12174,6 +12174,9 @@ function callsignToDxcc(insign)
var end = parts.length - 1;
if (ancPrefixes.includes(parts[end]))
{
if (parts[end].toUpperCase() == "MM") {
return -1;
}
parts.pop();
end = parts.length - 1;
}