Skip to content

Commit

Permalink
Merge pull request #4655 from magento-performance/MC-19500
Browse files Browse the repository at this point in the history
MC-19500
  • Loading branch information
vzabaznov authored Aug 20, 2019
2 parents 8bc73be + e6cfdb3 commit 88b6bcd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ define([
* @private
*/
_create: function () {
$(this.options.selectAllLink).on('click', $.proxy(this._selectAllRelated, this));
$(this.options.relatedCheckbox).on('click', $.proxy(this._addRelatedToProduct, this));
$(this.options.selectAllLink, this.element).on('click', $.proxy(this._selectAllRelated, this));
$(this.options.relatedCheckbox, this.element).on('click', $.proxy(this._addRelatedToProduct, this));
this._showRelatedProducts(
this.element.find(this.options.elementsSelector),
this.element.data('limit'),
Expand Down

0 comments on commit 88b6bcd

Please sign in to comment.