We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bd8c6 commit 76492adCopy full SHA for 76492ad
assets/js/sections/dxccmap.js
@@ -1,10 +1,8 @@
1
let confirmedColor = user_map_custom.qsoconfirm.color;
2
let workedColor = user_map_custom.qso.color;
3
-let unworkedColor = '';
+let unworkedColor = 'red';
4
if (typeof(user_map_custom.unworked) !== 'undefined') {
5
unworkedColor = user_map_custom.unworked.color;
6
-} else {
7
- unworkedColor = 'red';
8
}
9
10
document.addEventListener("DOMContentLoaded", function() {
0 commit comments