Skip to content

Commit

Permalink
Merge pull request #5223 in SW/shopware from sw-18904/5.3/fix-reset-v…
Browse files Browse the repository at this point in the history
…ariant-configurator-loadmask to 5.3

* commit '4c7c1bd03435fed402826d4dcf987cd615bcbdc6':
  SW-18904 - Fix variant configurator loadmask opening twice on reset
  • Loading branch information
Stephan Pohl authored and Stephan Pohl committed Jul 13, 2017
2 parents 79077ae + 4c7c1bd commit d168873
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,5 @@

$.subscribe('plugin/swAddArticle/onAddArticle', cartRefresh);
$.subscribe('plugin/swCollapseCart/onRemoveArticleFinished', cartRefresh);

$('.is--ctl-detail .reset--configuration').on('click', function () {
$.loadingIndicator.open({
closeOnClick: false
});
});
});
})(jQuery, window);

0 comments on commit d168873

Please sign in to comment.