Correction soummission mandataire
This commit is contained in:
commit
88d2146b84
@ -22,9 +22,9 @@ $(document).ready(function()
|
||||
$('#frmCreateMandataires').replaceWith('<div id="frmCreateMandataires">Enregistrement en cours...</div>');
|
||||
$.post(href, data, function(data, textStatus) {
|
||||
if(data == ''){
|
||||
$(this).dialog('close');
|
||||
$('#dialogmand').remove();
|
||||
}else{
|
||||
$('#frmCreateMandataires').html(data);
|
||||
$('#frmCreateMandataires').replaceWith('<div id="frmCreateMandataires">'+data+'</div>');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user