From b4d7c8b026ea35299fe62f5eb56de62e2aa18462 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:39:17 +0200 Subject: [PATCH] [Station location] Autofill ITU zone --- application/views/interface_assets/footer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index af3394568..1fcb97c09 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -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. }