merge-requests/237/merge
Tag 2023-01-28 19:25:58 -08:00
rodzic 470c76f610
commit 6086d35e23
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -10716,7 +10716,7 @@ function renderBandActivity()
if (place.oamsRx > 0)
{
place.oamsScore = parseInt((place.oamsDecodes > place.oamsRxSpots) ? ((place.oamsDecodes - place.oamsRxSpots) / place.oamsRx) + (place.oamsTxSpots * place.oamsTx) : (place.oamsRxSpots / place.oamsRx) + (place.oamsTxSpots * place.oamsTx));
place.oamsScore = parseInt((place.oamsDecodes > place.oamsRxSpots) ? (place.oamsDecodes / place.oamsRx) + (place.oamsTxSpots * place.oamsTx) : (place.oamsRxSpots / place.oamsRx) + (place.oamsTxSpots * place.oamsTx));
}
else
{

Wyświetl plik

@ -26,8 +26,8 @@ function prepareRosterSettings()
// be it's own function maybe?
rosterSettings.canMsg =
window.opener.g_mapSettings.offlineMode == false &&
window.opener.g_appSettings.gtShareEnable == "true" &&
window.opener.g_appSettings.gtMsgEnable == "true";
window.opener.g_appSettings.gtShareEnable == true &&
window.opener.g_appSettings.gtMsgEnable == true;
// The following 3 sections deal with QSLing, do we break them out
// individually or lump them into a qslUser function that sets