Remove call to flushCache (gone after tablesorter upgrade) (#328)

This commit is contained in:
jekkos
2016-03-17 08:13:33 +01:00
parent a04b1d5803
commit 38a2fb4ca1

View File

@@ -16,11 +16,6 @@ $(document).ready(function()
}
}});
// clear suggestion cache when toggling filter
$("#is_deleted").change(function() {
widget.flushCache();
});
enable_delete('<?php echo $this->lang->line($controller_name."_confirm_delete")?>','<?php echo $this->lang->line($controller_name."_none_selected")?>');
enable_bulk_edit('<?php echo $this->lang->line($controller_name."_none_selected")?>');