The jquery.uitablefilter.js was added for use in conjunction with the older tablesorter plugin which has now been removed. This plugin is used nowhere in Koha.
Created attachment 25209 [details] [review] Bug 11748 - Remove unused jquery.uitablefilter.js plugin This patch removes a jQuery plugin which was added for use with the old tablesorter plugin. Since the tablesorter plugin has been removed and replaced with DataTables this plugin can also be removed. To test, apply the patch and search for instances of the plugin: grep -r -l "jquery.uitablefilter.js" * There should be no results.
Created attachment 25310 [details] [review] Bug 11748 - Remove unused jquery.uitablefilter.js plugin This patch removes a jQuery plugin which was added for use with the old tablesorter plugin. Since the tablesorter plugin has been removed and replaced with DataTables this plugin can also be removed. To test, apply the patch and search for instances of the plugin: grep -r -l "jquery.uitablefilter.js" * There should be no results. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Created attachment 25340 [details] [review] Bug 11748 - Remove unused jquery.uitablefilter.js plugin This patch removes a jQuery plugin which was added for use with the old tablesorter plugin. Since the tablesorter plugin has been removed and replaced with DataTables this plugin can also be removed. To test, apply the patch and search for instances of the plugin: grep -r -l "jquery.uitablefilter.js" * There should be no results. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Pushed to master. Thanks, Owen!