kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
rodzic
d39d9114f2
commit
9ce216c2ee
|
@ -5,11 +5,6 @@
|
||||||
var g_potaPlaces = null;
|
var g_potaPlaces = null;
|
||||||
var g_potaSpots = null;
|
var g_potaSpots = null;
|
||||||
|
|
||||||
const g_NotaAPota = {
|
|
||||||
refrence: null,
|
|
||||||
name: null
|
|
||||||
}
|
|
||||||
|
|
||||||
function ingestPotaPlaces(buffer)
|
function ingestPotaPlaces(buffer)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
|
@ -45,6 +45,16 @@ function processRosterFiltering(callRoster, rosterSettings)
|
||||||
entry.tx = false;
|
entry.tx = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (entry.DXcall == "CQ POTA" && huntPOTA.checked == true)
|
||||||
|
{
|
||||||
|
entry.tx = true;
|
||||||
|
if (callObj.pota == null)
|
||||||
|
{
|
||||||
|
callObj.pota.reference = "?-????";
|
||||||
|
callObj.pota.name = "Unknown Park";
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (callObj.ituza in g_blockedITUz)
|
if (callObj.ituza in g_blockedITUz)
|
||||||
{
|
{
|
||||||
entry.tx = false;
|
entry.tx = false;
|
||||||
|
|
Ładowanie…
Reference in New Issue