- LSmail : Correction d'un bug dans l'affichage du message de confirmation de l'envoi.

This commit is contained in:
Benjamin Renard 2009-05-06 15:55:29 +00:00
parent efc52cc2e1
commit 3db41221ef

View file

@ -112,7 +112,7 @@ var LSmail = new Class({
var data = JSON.decode(responseText);
if ( varLSdefault.checkAjaxReturn(data) ) {
if ($type(data.msgok)) {
varLSdefault.displayInfos(data.msgok);
varLSdefault.LSinfos.display(data.msgok);
}
}
},