Skip to content

Commit f03cb8f

Browse files
committed
Hide SAT/Orbit if band = All
1 parent dcde671 commit f03cb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/sections/dxccmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var osmUrl = $('#dxccmapjs').attr("tileUrl");
22

33
$('#band2').change(function(){
44
var band = $("#band2 option:selected").text();
5-
if (band != "SAT" && band != "Every band") {
5+
if (band != "SAT") {
66
$("#sats").val('All');
77
$("#orbits").val('All');
88
$("#satrow").hide();

0 commit comments

Comments
 (0)