Skip to content

Commit

Permalink
Fix JavaScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Jan 7, 2020
1 parent 0edeb06 commit fb208a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@
},
"#country": {
"regionUpdater": {
"optionalRegionAllowed":
<?= /* @noEscape */ $_displayAll ? 'true' : 'false' ?>,
"optionalRegionAllowed": <?= /* @noEscape */ $_displayAll ? 'true' : 'false' ?>,
"regionListId": "#region_id",
"regionInputId": "#region",
"postcodeId": "#zip",
Expand Down

0 comments on commit fb208a8

Please sign in to comment.