mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-13 03:18:04 -04:00
Remove call to flushCache (gone after tablesorter upgrade) (#328)
This commit is contained in:
@@ -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")?>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user