Revert "Make UsesLoTW a hard limit, not soft limit."

This reverts commit df03f19490c2819da9e38d38e081ac3c52253bcf.
merge-requests/31/head
Paul Traina 2020-08-30 21:02:00 -07:00
rodzic abac33abfc
commit 2d55924644
1 zmienionych plików z 1 dodań i 11 usunięć

Wyświetl plik

@ -648,16 +648,6 @@ function viewRoster()
callRoster[callHash].tx = false;
continue;
}
if ( g_rosterSettings.maxLoTW < 27 )
{
debugger;
var months = (g_day - window.opener.g_lotwCallsigns[call]) / 30;
if ( months > g_rosterSettings.maxLoTW )
{
callRoster[callHash].tx = false;
continue;
}
}
}
if ( window.opener.g_callsignLookups.eqslUseEnable == true && g_rosterSettings.useseQSL == true )
@ -4297,4 +4287,4 @@ function doubleCompile(award, firstLevel)
}
return singleCompile(award,firstLevel);
}
}