mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
JS-Filtering
This commit is contained in:
@@ -36,7 +36,6 @@ $(function() {
|
||||
}
|
||||
|
||||
function fill_list(band,de,maxAgeMinutes,cwn) {
|
||||
console.log(cwn);
|
||||
// var table = $('.spottable').DataTable();
|
||||
var table = get_dtable();
|
||||
if ((band != '') && (band !== undefined)) {
|
||||
@@ -52,6 +51,9 @@ $(function() {
|
||||
if (dxspots.length>0) {
|
||||
dxspots.sort(SortByQrg);
|
||||
dxspots.forEach((single) => {
|
||||
if ((cwn == 'wkd') && (!(single.worked_dxcc))) { return; }
|
||||
if ((cwn == 'cnf') && (!(single.cnfmd_dxcc))) { return; }
|
||||
if ((cwn == 'ucnf') && ((single.cnfmd_dxcc))) { return; }
|
||||
var data=[];
|
||||
if (single.cnfmd_dxcc) {
|
||||
dxcc_wked_info="text-success";
|
||||
|
||||
Reference in New Issue
Block a user