mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix editing Counties
This commit is contained in:
@@ -607,6 +607,7 @@ function qso_save() {
|
||||
}
|
||||
|
||||
function selectize_usa_county(state_field, county_field) {
|
||||
$(county_field).selectize()[0].selectize.destroy();
|
||||
$(county_field).selectize({
|
||||
delimiter: ';',
|
||||
maxItems: 1,
|
||||
|
||||
@@ -627,6 +627,7 @@ $('#stateDropdown').on('change', function () {
|
||||
case '6':
|
||||
case '110':
|
||||
case '291':
|
||||
$("#stationCntyInputQso").selectize()[0].selectize.destroy();
|
||||
$("#stationCntyInputQso").prop('disabled', false);
|
||||
$('#stationCntyInputQso').selectize({
|
||||
maxItems: 1,
|
||||
|
||||
Reference in New Issue
Block a user