Bug 15481: Remove dead code in datatables.js
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 6 Jan 2016 14:30:41 +0000 (15:30 +0100)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:52:27 +0000 (05:52 +0000)
commit115d6637c205ac25a86cf4bec535ec812352b006
tree53f203be22af63e51f5916d816dd33a763d8ffbb
parent40f94a32a0251e5ea1cc6082765e1f421c2e45b7
 Bug 15481: Remove dead code in datatables.js

This removes the following functions that are not used anywhere:
- dt_add_rangedate_filter
- dt_overwrite_string_sorting_localeCompare
- replace_html
- replace_html_date

Test plan:
1. Search for calls to the above functions in the code. There should be
   none.
2. Check that existing tables using DataTables are not broken.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/js/datatables.js