Skip to content

Commit aba5834

Browse files
committed
Unhide sat/orbit on selection of "Every band"
1 parent 03abefc commit aba5834

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") {
5+
if (band != "SAT" && band != "Every band") {
66
$("#sats").val('All');
77
$("#orbits").val('All');
88
$("#satrow").hide();

0 commit comments

Comments
 (0)