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();