[-] BO : fix #PSCFV-3945

This commit is contained in:
lLefevre
2012-09-12 09:00:23 +00:00
parent 0045516aad
commit ab518a025d
@@ -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(),