a
This commit is contained in:
parent
85a82f1341
commit
120de261f0
|
|
@ -593,7 +593,7 @@
|
||||||
},
|
},
|
||||||
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('Erreur de connexion au serveur');
|
showError('Demande : Erreur de connexion au serveur');
|
||||||
// showError(xhr.responseText);
|
// showError(xhr.responseText);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -358,7 +358,7 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
showError('Erreur de connexion au serveur');
|
showError('Verify Erreur de connexion au serveur');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user