Skip to content

Commit

Permalink
Align
Browse files Browse the repository at this point in the history
  • Loading branch information
Beee4life committed Oct 26, 2024
1 parent 53f6af6 commit d3cf77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/city-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
const response_states = []
var $this = $(this);
var country_code = $this.val();
var country_field_id = $this.attr('id');
var country_field_id = $this.attr('id');
var state_field_id = country_field_id.replace( 'countryCode', 'stateCode' );
var city_field_id = country_field_id.replace( 'countryCode', 'cityName' );
var changed_state = $('select[id="' + state_field_id + '"]');
Expand Down

0 comments on commit d3cf77f

Please sign in to comment.