merge-requests/203/head
Tag 2022-09-19 16:57:22 -07:00
rodzic 82671941b0
commit 080cfd6cf9
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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
{