// Improve performance and bug fixes

This commit is contained in:
rGaillard
2012-06-06 16:22:48 +00:00
parent e636665621
commit 99b22fbbb8
32 changed files with 97 additions and 66 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ function verifyMail(testMsg, testSubject)
"smtpPort" : $("input[name=PS_MAIL_SMTP_PORT]").val(),
"smtpEnc" : $("select[name=PS_MAIL_SMTP_ENCRYPTION]").val(),
"testMsg" : textMsg,
"testSubject" : textSubject
"testSubject" : textSubject,
"token" : token_mail
},
success: function(ret)
{