From 3db41221ef149c5e8d3b9418731aff46c3be3dc0 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 6 May 2009 15:55:29 +0000 Subject: [PATCH] - LSmail : Correction d'un bug dans l'affichage du message de confirmation de l'envoi. --- trunk/includes/js/LSmail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/includes/js/LSmail.js b/trunk/includes/js/LSmail.js index 1960353d..6a4b906c 100644 --- a/trunk/includes/js/LSmail.js +++ b/trunk/includes/js/LSmail.js @@ -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); } } },