mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #991 from AndreasK79/sat_blank
[QSO entry] Blanking satellite blanks mode and propagation mode. Fixe…
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user