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