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 0f06713 commit ca41536Copy full SHA for ca41536
app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js
@@ -285,7 +285,8 @@ define([
285
galleryObject.updateData(images);
286
} else {
287
galleryObject.updateData(initialImages);
288
- $(this.options.mediaGallerySelector).AddFotoramaVideoEvents(); }
+ $(this.options.mediaGallerySelector).AddFotoramaVideoEvents();
289
+ }
290
}
291
292
galleryObject.first();
0 commit comments