Skip to content

Commit

Permalink
Merge pull request #198 from SharakPL/fix-compatibility-with-themes
Browse files Browse the repository at this point in the history
Fix compatibility with Hummingbird theme
  • Loading branch information
SharakPL authored Mar 11, 2024
2 parents f2f4d1f + 51a0320 commit 3fe4fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/js/productListingComments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3fe4fad

Please sign in to comment.