Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Oct 13, 2023
1 parent 8ff5dd5 commit e0ed13c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example-templates/dist/shop/_private/address/fields.twig
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ Outputs address form fields for editing an address.
</div>

{% js %}

document.querySelector('select#{{ 'countryCode'|namespaceInputId(addressName) }}').addEventListener('change', ev => {
const countryCode = ev.target.value;
const stateSelect = document.querySelector('select#{{ 'administrativeArea'|namespaceInputId(addressName) }}');
Expand Down

0 comments on commit e0ed13c

Please sign in to comment.