mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
rReset orbit and sat to all if band is not sat
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user