mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Merge pull request #991 from AndreasK79/sat_blank
[QSO entry] Blanking satellite blanks mode and propagation mode. Fixe…
This commit is contained in:
commit
e6df7bc96f
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,11 @@
|
|||
$( document ).ready(function() {
|
||||
$("#sat_name").change(function(){
|
||||
var sat = $("#sat_name").val();
|
||||
if (sat == "") {
|
||||
$("#sat_mode").val("");
|
||||
$("#selectPropagation").val("");
|
||||
}
|
||||
});
|
||||
|
||||
$('#input_usa_state').change(function(){
|
||||
var state = $("#input_usa_state option:selected").text();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue