Bug 12195

Summary: Remove duplicated plugin jquery.dataTables.min.js
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 12195 - Remove duplicated plugin jquery.dataTables.min.js
Bug 12195 - Remove duplicated plugin jquery.dataTables.min.js
Bug 12195 - Remove duplicated plugin jquery.dataTables.min.js

Description Owen Leonard 2014-05-06 15:02:00 UTC
Now that all staff client templates use the new datatables include file the datatables plugin located in prog/en/lib/jquery/plugins can be removed.
Comment 1 Owen Leonard 2014-05-06 15:10:24 UTC Comment hidden (obsolete)
Comment 2 Galen Charlton 2014-05-06 15:28:47 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-05-08 15:33:21 UTC
Created attachment 28106 [details] [review]
Bug 12195 - Remove duplicated plugin jquery.dataTables.min.js

All templates in the staff client now load the DataTables jquery plugin
through a single include file, datatables.inc, which points to a copy of
the plugin in intranet-tmpl/lib/jquery/plugins. This patch removes the
unused copy of the plugin found in intranet-tmpl/prog/en/lib/jquery/plugins.

To test, search the Koha source for references to
jquery.dataTables.min.js. There should be no files which point to the
redundant file.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Galen Charlton 2014-05-08 16:42:52 UTC
Pushed to master.  Thanks, Owen!