This commit is contained in:
KANE LAZENI 2026-02-23 05:47:29 +00:00
parent cc461b2ecc
commit f6c68612fa

View File

@ -592,7 +592,7 @@
} }
}, },
error: function(xhr, status, err) { error: function(xhr, status, err) {
console.log("Réponse brute :", xhr.responseText); // ✅ voir le HTML retourné console.log("Demande :", xhr.responseText); // ✅ voir le HTML retourné
// showError('Demande : Erreur de connexion au serveur'); // showError('Demande : Erreur de connexion au serveur');
showError(xhr.responseText); showError(xhr.responseText);
} }