Merge pull request #197 from HB9HIL/fix_state_dropdown_on_copy

This commit is contained in:
HB9HIL
2024-03-05 16:02:35 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ $(document).ready(function () {
},
});
if (window.location.pathname.indexOf("/station/edit") !== -1 || window.location.pathname.indexOf("/station/create") !== -1) {
if (window.location.pathname.indexOf("/station/edit") !== -1 || window.location.pathname.indexOf("/station/create") !== -1 || window.location.pathname.indexOf("/station/copy") !== -1) {
selectize_usa_county();
updateStateDropdown();
$("#dxcc_id").change(function () {