Unworked not used in FFMA maps

This commit is contained in:
phl0
2025-11-25 13:04:34 +01:00
parent 22faf5a5be
commit 4794844f7b

View File

@@ -7,12 +7,6 @@ let confirmedColor = user_map_custom.qsoconfirm.color;
// Take station color for paper QSLs here
let paperColor = user_map_custom.station.color
let workedColor = user_map_custom.qso.color;
let unworkedColor = '';
if (typeof(user_map_custom.unworked) !== 'undefined') {
unworkedColor = user_map_custom.unworked.color;
} else {
unworkedColor = 'red';
}
function gridPlot(form) {
$(".ld-ext-right-plot").addClass('running');