Suppression appel flushCache (autocomplete)
This commit is contained in:
parent
b274d1178a
commit
6602fd90ab
@ -22,9 +22,6 @@ $(document).ready(function()
|
||||
$('#frmCreateMandataires').css('display', 'none');
|
||||
$.post(href, data, function(data, textStatus) {
|
||||
if(data==''){
|
||||
$('[name=oppo]').flushCache();
|
||||
$('[name=mand]').flushCache();
|
||||
$('[name=admin]').flushCache();
|
||||
$('#dialogmand').remove();
|
||||
}else{
|
||||
$('#dMessage').replaceWith('<div id="dMessage">'+data+'</div>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user