This commit is contained in:
KANE LAZENI 2026-04-22 08:29:49 +00:00
parent 60e7474b85
commit 0f81338351

View File

@ -340,12 +340,13 @@
setFeedback('danger', '<?= _("Erreur réseau. Veuillez réessayer.") ?>');
});
xhr.open('POST', 'Remboursement/uploadged');
xhr.open('POST', 'AAARemboursement/uploadged');
setButtonLoading(true);
xhr.send(formData);
alert("Après send");
});
alert("Après send");
/* Validation à la sélection du fichier */
fileInput.addEventListener('change', function () {
clearError();