mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #197 from HB9HIL/fix_state_dropdown_on_copy
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user