diff --git a/application/views/qso/index.php b/application/views/qso/index.php
index c6ecb5fff..6af81771e 100755
--- a/application/views/qso/index.php
+++ b/application/views/qso/index.php
@@ -353,7 +353,7 @@
diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js
index 6b335c616..872795523 100644
--- a/assets/js/sections/qso.js
+++ b/assets/js/sections/qso.js
@@ -2,6 +2,10 @@ $( document ).ready(function() {
clearTimeout();
set_timers();
updateStateDropdown();
+ $("#dxcc_id").change(function () {
+ updateStateDropdown();
+ });
+
function set_timers() {
setTimeout(function() {
diff --git a/assets/js/sections/station_locations.js b/assets/js/sections/station_locations.js
index a51682abf..c8b4d023d 100644
--- a/assets/js/sections/station_locations.js
+++ b/assets/js/sections/station_locations.js
@@ -7,6 +7,7 @@ $(document).ready(function () {
});
if (window.location.pathname.indexOf("/station/edit") !== -1 || window.location.pathname.indexOf("/station/create") !== -1) {
+ selectize_usa_county();
updateStateDropdown();
$("#dxcc_select").change(function () {
updateStateDropdown();