Suppression appel flushCache (autocomplete)

This commit is contained in:
Michael RICOIS 2010-05-28 15:16:43 +00:00
parent b274d1178a
commit 6602fd90ab

View File

@ -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>');