From 51a0320c41e82a1ba08b6ee2a648a1a670019f74 Mon Sep 17 00:00:00 2001 From: SharakPL Date: Thu, 1 Feb 2024 00:40:05 +0100 Subject: [PATCH] fix compatibility with hummingbird theme --- views/js/productListingComments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/js/productListingComments.js b/views/js/productListingComments.js index c384f755..2c21269b 100644 --- a/views/js/productListingComments.js +++ b/views/js/productListingComments.js @@ -43,7 +43,7 @@ var productListingComments = (function () { productListReviewsContainer: '.product-list-reviews', productListReviewsNumberOfComments: '.comments-nb', productListReviewsStarsContainer: '.grade-stars', - productContainer: '.thumbnail-container' + productContainer: '.js-product-miniature' }; var DOMClasses = {