diff --git a/assets/js/sections/gridmap.js b/assets/js/sections/gridmap.js index cf5b76d15..521c6da0d 100644 --- a/assets/js/sections/gridmap.js +++ b/assets/js/sections/gridmap.js @@ -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();