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>');
|
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({
|
$.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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user