Skip to content

Commit

Permalink
Replace .product-items with .products.items
Browse files Browse the repository at this point in the history
  • Loading branch information
alothemes committed Feb 25, 2021
1 parent 6dde4e2 commit 86ca228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/magicproduct.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ define([
methods.loadMoreButton(nextPage);
productsActivated.trigger('contentUpdated');
productsActivated.siblings().removeClass('activated'); //.hide(); // not fadeOut()
productsActivated = productsActivated.find('.product-items');
productsActivated = productsActivated.find('.products.items');
$itemtabs.each(function(){
if($(this).data('type') == type) $(this).addClass('loaded');
});
Expand Down

0 comments on commit 86ca228

Please sign in to comment.