mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Station location] Autofill ITU zone
This commit is contained in:
@@ -763,6 +763,7 @@ $('#dxcc_id').on('change', function() {
|
||||
return dxcc.adif == dxccadif;
|
||||
});
|
||||
$("#stationCQZoneInput").val(dxccinfo[0].cq);
|
||||
$("#stationITUZoneInput").val(dxccinfo[0].itu);
|
||||
if (dxccadif == 0) {
|
||||
$("#stationITUZoneInput").val(dxccinfo[0].itu); // Only set ITU zone to none if DXCC none is selected. We don't have ITU data for other DXCCs.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user