From b5e1c6ca14c9fba2bf4815cc5cf65e3a07613665 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 22 Apr 2026 08:05:34 +0000 Subject: [PATCH] a --- Vue/Remboursement/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Vue/Remboursement/index.php b/Vue/Remboursement/index.php index 9fbb902..84501bc 100755 --- a/Vue/Remboursement/index.php +++ b/Vue/Remboursement/index.php @@ -340,11 +340,11 @@ setFeedback('danger', ''); }); - - alert("AVANT POST"); - return; - xhr.open('POST', 'Remboursement'); + + alert("APRES POST"); + return; + setButtonLoading(true); xhr.send(formData); });