diff --git a/Vue/Remboursement/index.php b/Vue/Remboursement/index.php
index 5253359..8ae645a 100755
--- a/Vue/Remboursement/index.php
+++ b/Vue/Remboursement/index.php
@@ -275,7 +275,7 @@
}
function setFeedback(type, msg) {
- // alert(msg);
+ alert(msg);
feedback.innerHTML = `
@@ -331,10 +331,8 @@
progressCtn.classList.add('d-none');
setProgress(0);
- alert(xhr.status);
- // alert(xhr.responseText);
- // console.log(xhr.responseText);
- console.log(xhr);
+ // alert(xhr.status);
+ // console.log(xhr);
if (xhr.status >= 200 && xhr.status < 300) {
setFeedback('success', '= _("Fichier envoyé avec succès.") ?>');