Skip to content

Commit

Permalink
Merge pull request #85 from magento-nord/MAGETWO-33689
Browse files Browse the repository at this point in the history
[Nord] Bug fixes
  • Loading branch information
Alex Bomko committed Feb 10, 2015
2 parents 0b22d74 + 61f489a commit 9a7c0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Review/view/frontend/templates/review.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
?>

<div id="product-review-container"></div>
<div id="product-review-container" data-role="product-review"></div>
<?php echo $block->getChildHtml(); ?>

<script>
Expand All @@ -19,7 +19,7 @@
dataType: 'html'
}).done(function (data) {
$('#product-review-container').html(data);
$('.pages a').each(function (index, element) {
$('[data-role="product-review"] .pages a').each(function (index, element) {
$(element).click(function (event) {
processReviews($(element).attr('href'), true);
event.preventDefault();
Expand Down

0 comments on commit 9a7c0a4

Please sign in to comment.