diff --git a/view/frontend/web/js/magicproduct.js b/view/frontend/web/js/magicproduct.js index 670971f..af6951e 100644 --- a/view/frontend/web/js/magicproduct.js +++ b/view/frontend/web/js/magicproduct.js @@ -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'); });