Skip to content

Commit ca41536

Browse files
committed
MAGETWO-61112: [Backport] [github #6195, #4101] Gallery doesn't show all images added to configurable options to 2.0.x
1 parent 0f06713 commit ca41536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ define([
285285
galleryObject.updateData(images);
286286
} else {
287287
galleryObject.updateData(initialImages);
288-
$(this.options.mediaGallerySelector).AddFotoramaVideoEvents(); }
288+
$(this.options.mediaGallerySelector).AddFotoramaVideoEvents();
289+
}
289290
}
290291

291292
galleryObject.first();

0 commit comments

Comments
 (0)