This commit is contained in:
KANE LAZENI 2026-04-22 09:29:24 +00:00
parent 5f6a113f1d
commit 65909b049e

View File

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