We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18d9581 + 791aada commit 24d2f5eCopy full SHA for 24d2f5e
app/code/Magento/Review/view/frontend/web/js/process-reviews.js
@@ -20,7 +20,7 @@ define([
20
showLoader: false,
21
loaderContext: $('.product.data.items')
22
}).done(function (data) {
23
- $('#product-review-container').html(data);
+ $('#product-review-container').html(data).trigger('contentUpdated');
24
$('[data-role="product-review"] .pages a').each(function (index, element) {
25
$(element).click(function (event) { //eslint-disable-line max-nested-callbacks
26
processReviews($(element).attr('href'), true);
0 commit comments