This commit is contained in:
KANE LAZENI 2026-02-23 04:59:55 +00:00
parent b1388d0a41
commit 8cc0e3b5aa

View File

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