From 1abde376683cfc2cce5f9a16ac11e3fea7319621 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Sep 2012 09:00:23 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-3945 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17299 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/productcomments/js/productcomments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),