We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4122c40 commit 140d591Copy full SHA for 140d591
app/code/Magento/Checkout/view/frontend/web/js/region-updater.js
@@ -164,7 +164,7 @@ define([
164
165
// Populate state/province dropdown list if available or use input box
166
if (this.options.regionJson[country]) {
167
- $(regionList).find('option:selected').removeAttr("selected");
+ $(regionList).find('option:selected').removeAttr('selected');
168
this._removeSelectOptions(regionList);
169
$.each(this.options.regionJson[country], $.proxy(function (key, value) {
170
this._renderSelectOption(regionList, key, value);
0 commit comments