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 dcde671 commit f03cb8fCopy full SHA for f03cb8f
assets/js/sections/dxccmap.js
@@ -2,7 +2,7 @@ var osmUrl = $('#dxccmapjs').attr("tileUrl");
2
3
$('#band2').change(function(){
4
var band = $("#band2 option:selected").text();
5
- if (band != "SAT" && band != "Every band") {
+ if (band != "SAT") {
6
$("#sats").val('All');
7
$("#orbits").val('All');
8
$("#satrow").hide();
0 commit comments