a
This commit is contained in:
parent
b1388d0a41
commit
8cc0e3b5aa
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user