Skip to content

Commit

Permalink
Fix review post in product.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
stalker780 committed Feb 9, 2018
1 parent 1206416 commit 42a1451
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -512,7 +512,7 @@ $('#button-review').on('click', function() {
url: 'index.php?route=product/product/write&language={{ language }}&product_id={{ product_id }}',
type: 'post',
dataType: 'json',
data: $('form-review').serialize(),
data: $('#form-review').serialize(),
beforeSend: function() {
$('#button-review').button('loading');
},
Expand Down Expand Up @@ -547,4 +547,4 @@ $(document).ready(function() {
});
});
//--></script>
{{ footer }}
{{ footer }}

0 comments on commit 42a1451

Please sign in to comment.