diff --git a/assets/js/sections/satpasses.js b/assets/js/sections/satpasses.js index 0a07b1918..925c35085 100644 --- a/assets/js/sections/satpasses.js +++ b/assets/js/sections/satpasses.js @@ -23,6 +23,11 @@ $(document).ready(function() { // Then, select the stored locations $('#satlist').multiselect('select', satelliteArray); } + + var countsats = $('#satlist').val().length; + if (countsats > 0) { + $('#addsked').prop('disabled', false); + } }); function searchpasses() {