Skip to content

Commit e6cfaa6

Browse files
author
Yaroslav Onischenko
committed
Merge remote-tracking branch 'origin/MAGETWO-49827' into develop
2 parents 7e1209a + d81753d commit e6cfaa6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Swatches/view/frontend/web/js/SwatchRenderer.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,11 @@ define([
484484
$label = $parent.find('.' + $widget.options.classes.attributeSelectedOptionLabelClass),
485485
attributeId = $parent.attr('attribute-id'),
486486
$input = $widget.productForm
487-
.find('.' + $widget.options.classes.attributeInput + '[name="super_attribute[' + attributeId + ']"]');
487+
.find('.' +
488+
$widget.options.classes.attributeInput +
489+
'[name="super_attribute[' + attributeId +
490+
']"]'
491+
);
488492

489493
if ($this.hasClass('disabled')) {
490494
return;

0 commit comments

Comments
 (0)