rReset orbit and sat to all if band is not sat

This commit is contained in:
phl0
2024-04-06 18:57:03 +02:00
parent 31ecf96baf
commit e7ce435c4b

View File

@@ -3,6 +3,8 @@ var modalloading=false;
$('#band').change(function(){
var band = $("#band option:selected").text();
if (band != "SAT") {
$("#sats").val('All');
$("#orbits").val('All');
$("#sats").hide();
$("#orbits").hide();
$("#satslabel").hide();