| Summary: | Remove duplicated plugin jquery.dataTables.min.js | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | 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: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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
Created attachment 27980 [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. Created attachment 27982 [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> 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> Pushed to master. Thanks, Owen! |