kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Fix for pota
rodzic
82671941b0
commit
080cfd6cf9
|
@ -1149,7 +1149,6 @@ function addDeDx(
|
|||
details.px = null;
|
||||
details.zone = null;
|
||||
details.cont = null;
|
||||
|
||||
details.vucc_grids = finalVucc;
|
||||
details.propMode = finalPropMode;
|
||||
details.digital = finalDigital;
|
||||
|
@ -1529,6 +1528,7 @@ function addDeDx(
|
|||
newCallsign.distance = 0;
|
||||
newCallsign.px = null;
|
||||
newCallsign.zone = null;
|
||||
newCallsign.pota = [];
|
||||
newCallsign.cnty = finalCnty;
|
||||
newCallsign.cont = finalCont;
|
||||
if (finalDxcc > -1)
|
||||
|
|
|
@ -95,7 +95,7 @@ function processRosterHunting(callRoster, rosterSettings, awardTracker)
|
|||
callConf = gridConf = callingConf = dxccConf = stateConf = cntyConf = contConf = potaConf = cqzConf = ituzConf = wpxConf =
|
||||
"";
|
||||
|
||||
let cntyPointer = "";
|
||||
let cntyPointer = (callObj.cnty && callObj.qual == false) ? "cursor: pointer;" : "";
|
||||
|
||||
let hash = callsign + workHashSuffix;
|
||||
let layeredHash = layeredHashSuffix && (callsign + layeredHashSuffix)
|
||||
|
@ -469,7 +469,6 @@ function processRosterHunting(callRoster, rosterSettings, awardTracker)
|
|||
}
|
||||
}
|
||||
if (foundHit) shouldAlert = true;
|
||||
cntyPointer = "cursor: pointer;";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue