This commit is contained in:
KANE LAZENI 2026-04-22 09:32:36 +00:00
parent 65909b049e
commit 5c152f443b

View File

@ -325,8 +325,9 @@
setProgress(0);
alert(xhr.status);
alert(xhr.responseText);
console.log(xhr.responseText);
// alert(xhr.responseText);
// console.log(xhr.responseText);
console.log(xhr);
if (xhr.status >= 200 && xhr.status < 300) {
setFeedback('success', '<?= _("Fichier envoyé avec succès.") ?>');