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.
1 parent 58ede28 commit e85b9d2Copy full SHA for e85b9d2
app/code/Magento/Review/view/frontend/web/js/process-reviews.js
@@ -43,9 +43,7 @@ define([
43
if (reviewTab.attr('role') === requiredReviewTabRole && reviewTab.hasClass('active')) {
44
processReviews(config.productReviewUrl, location.hash === '#reviews');
45
} else {
46
- reviewTab.one('beforeOpen', function () {
47
- processReviews(config.productReviewUrl);
48
- });
+ processReviews(config.productReviewUrl);
49
}
50
51
$(function () {
0 commit comments