diff --git a/modules/productcomments/js/productcomments.js b/modules/productcomments/js/productcomments.js index eca9fae2a..3a19354c8 100644 --- a/modules/productcomments/js/productcomments.js +++ b/modules/productcomments/js/productcomments.js @@ -54,7 +54,7 @@ $(function() { e.preventDefault(); // Form element - url_options = productcomments_url_rewrite ? '?' : '&'; + url_options = productcomments_url_rewrite ? '&' : '?'; $.ajax({ url: productcomments_controller_url+url_options+'action=add_comment&secure_key='+secure_key, data: $('#fancybox-content form').serialize(),