From 231511b03dbb485e7d068da51637d65426a1b425 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 3 Jan 2026 03:26:16 +0000 Subject: [PATCH] a --- Js/fonctions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index e36d281..e922ffe 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1451,9 +1451,6 @@ function pop_afficher_selection_retrait() div_selection_assure.html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); - alert("pop_afficher_selection_retrait"); - return; - $.ajax({ url: $("#racineWeb").val()+"Ajaxselectionretrait/", type : 'post', @@ -1461,6 +1458,7 @@ function pop_afficher_selection_retrait() }, success: function(data) { div_selection_assure.html(data); + $('#div_test_gabarit').html(data); }, complete: function() { $("#btn_pop").click();