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