|
|
|
@ -17,7 +17,7 @@ |
|
|
|
$city_select.find( 'option:not([value=""])' ).remove(); |
|
|
|
|
|
|
|
$.each( response, function( key, city ) { |
|
|
|
$city_select.append('<option value=' + city + '>' + city + '</option>'); |
|
|
|
$city_select.append('<option value="' + city + '">' + city + '</option>'); |
|
|
|
} ); |
|
|
|
|
|
|
|
$city_select.prop('disabled', false); |
|
|
|
|