Skip to content

Commit

Permalink
fix compatibility with hummingbird theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SharakPL committed Jan 31, 2024
1 parent 40614d2 commit 51a0320
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 51a0320

Please sign in to comment.