plus precis
This commit is contained in:
parent
db43823e23
commit
85e248ed95
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jQuery(function () {
|
||||||
callback: function () {},
|
callback: function () {},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (Array.isArray(retour) && retour.message_erreur !== undefined) {
|
if (Array.isArray(retour) && typeof retour.message_erreur !== 'undefined') {
|
||||||
alert(retour.message_erreur);
|
alert(retour.message_erreur);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue