mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Set band to SAT if a satellite is selected
This commit is contained in:
@@ -13,6 +13,13 @@ $('#band2').change(function(){
|
||||
}
|
||||
});
|
||||
|
||||
$('#sats').change(function(){
|
||||
var sat = $("#sats option:selected").text();
|
||||
$("#band2").val('SAT');
|
||||
if (sat != "All") {
|
||||
}
|
||||
});
|
||||
|
||||
function load_dxcc_map() {
|
||||
$('.nav-tabs a[href="#dxccmaptab"]').tab('show');
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user