This commit is contained in:
KANE LAZENI 2026-02-23 05:47:03 +00:00
parent 120de261f0
commit cc461b2ecc

View File

@ -592,9 +592,9 @@
} }
}, },
error: function(xhr, status, err) { error: function(xhr, status, err) {
// console.log("Réponse brute :", xhr.responseText); // ✅ voir le HTML retourné console.log("Réponse brute :", 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);
} }
}); });
} }