diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 2a8ec30..2b29fcf 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -633,8 +633,9 @@ } }, error: function(xhr, status, err) { - showError('Erreur de connexion au serveur'); - // showError(xhr.responseText); + // showError('Erreur de connexion au serveur'); + console.log(xhr.responseText); + showError(xhr.responseText); } }); }