From 1edda2c084fe7c7962f73e016a7931a26a55aed5 Mon Sep 17 00:00:00 2001 From: "Joerg (DJ7NT)" Date: Mon, 29 Sep 2025 21:26:41 +0200 Subject: [PATCH] Update qso.js Typo --- assets/js/sections/qso.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 68cf18b21..c363a4e92 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -627,7 +627,7 @@ $('#stateDropdown').on('change', function () { case '6': case '110': case '291': - $("#stationCntyInputEdit").prop('disabled', false); + $("#stationCntyInputQso").prop('disabled', false); selectize_usa_county('#stateDropdown', '#stationCntyInputQso'); break; case '15':