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 d73fe8d + 28f454b commit fb2e908Copy full SHA for fb2e908
app/code/Magento/Review/view/frontend/web/js/process-reviews.js
@@ -54,7 +54,7 @@ define([
54
55
event.preventDefault();
56
anchor = $(this).attr('href').replace(/^.*?(#|$)/, '');
57
- addReviewBlock = $('.block.review-add .block-content #' + anchor);
+ addReviewBlock = $('#' + anchor);
58
59
if (addReviewBlock.length) {
60
$('.product.data.items [data-role="content"]').each(function (index) { //eslint-disable-line
0 commit comments