a
This commit is contained in:
parent
406a1730d8
commit
231511b03d
|
|
@ -1451,9 +1451,6 @@ function pop_afficher_selection_retrait()
|
|||
|
||||
div_selection_assure.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user