Skip to content

Commit

Permalink
MAGETWO-57995: [GITHUB] Simple product videos display the thumbnail i…
Browse files Browse the repository at this point in the history
…mage rather than the embedded video player. #6360

- Fix test
  • Loading branch information
undefined-olha committed May 24, 2017
1 parent 5a3e656 commit 5f0675b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ define([
images;

if (this.options.useAjax) {
this._debouncedLoadProductMedia()
this._debouncedLoadProductMedia();
} else {
images = this.options.jsonConfig.images[this.getProduct()];

Expand Down

0 comments on commit 5f0675b

Please sign in to comment.