diff --git a/views/js/list-comments.js b/views/js/list-comments.js index 297f116..f0e9e13 100644 --- a/views/js/list-comments.js +++ b/views/js/list-comments.js @@ -39,6 +39,7 @@ jQuery(document).ready(function () { const nextCount = totalPages + 1; const gapText = '…'; + $('#product-comments-list-header .grade-stars').rating(); $('#product-comments-list .grade-stars').rating(); $('.product-comments-additional-info .grade-stars').rating(); @@ -47,6 +48,7 @@ jQuery(document).ready(function () { }) document.addEventListener('updateRating', function() { + $('#product-comments-list-header .grade-stars').rating(); $('#product-comments-list .grade-stars').rating(); $('.product-comments-additional-info .grade-stars').rating(); });