[-] FO : #PSCFV-2282 - Allow "+" in email address during account creation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15205 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-05-11 08:40:00 +00:00
parent a9ff8c9d09
commit 65e1c37b5b
+7 -1
View File
@@ -99,7 +99,13 @@ $(function(){ldelim}
async: true,
cache: false,
dataType : "json",
data: 'controller=authentication&SubmitCreate=1&ajax=true&email_create='+$('#email_create').val()+'&token='+token,
data: {
controller: 'authentication',
SubmitCreate: 1,
ajax: true,
email_create: $('#email_create').val(),
token: token
},
success: function(jsonData)
{
if (jsonData.hasError)