mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
- LSmail : Correction d'un bug dans l'affichage du message de confirmation de l'envoi.
This commit is contained in:
parent
efc52cc2e1
commit
3db41221ef
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ var LSmail = new Class({
|
||||||
var data = JSON.decode(responseText);
|
var data = JSON.decode(responseText);
|
||||||
if ( varLSdefault.checkAjaxReturn(data) ) {
|
if ( varLSdefault.checkAjaxReturn(data) ) {
|
||||||
if ($type(data.msgok)) {
|
if ($type(data.msgok)) {
|
||||||
varLSdefault.displayInfos(data.msgok);
|
varLSdefault.LSinfos.display(data.msgok);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue