From 99e2bf19e3acceb5871a555edd88e4625bd5fbf8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 23 Feb 2026 05:52:55 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 04f2e41..a119db8 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -583,8 +583,8 @@ }), dataType: 'json', success: function(data) { - alert("succes => " + data); - console.log('Réponse JSON :', data); + // alert("succes => " + data); + // console.log('Réponse JSON :', data); if (data.success) { showStep('step-instructions'); } else { @@ -592,9 +592,9 @@ } }, error: function(xhr, status, err) { - console.log("Demande :", xhr.responseText); // ✅ voir le HTML retourné - // showError('Demande : Erreur de connexion au serveur'); - showError(xhr.responseText); + //console.log("Demande :", xhr.responseText); // ✅ voir le HTML retourné + showError('Demande : Erreur de connexion au serveur'); + // showError(xhr.responseText); } }); }