This commit is contained in:
KANE LAZENI 2026-01-03 03:26:16 +00:00
parent 406a1730d8
commit 231511b03d

View File

@ -1451,9 +1451,6 @@ function pop_afficher_selection_retrait()
div_selection_assure.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/>&nbsp;&nbsp;<span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>'); div_selection_assure.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/>&nbsp;&nbsp;<span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
alert("pop_afficher_selection_retrait");
return;
$.ajax({ $.ajax({
url: $("#racineWeb").val()+"Ajaxselectionretrait/", url: $("#racineWeb").val()+"Ajaxselectionretrait/",
type : 'post', type : 'post',
@ -1461,6 +1458,7 @@ function pop_afficher_selection_retrait()
}, },
success: function(data) { success: function(data) {
div_selection_assure.html(data); div_selection_assure.html(data);
$('#div_test_gabarit').html(data);
}, },
complete: function() { complete: function() {
$("#btn_pop").click(); $("#btn_pop").click();