http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11765 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25328|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 25337 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25337&action=edit Bug 11765 - Remove unused function isDate from templates Several administration templates declare but do not use the JavaScript function isDate(). This patch removes the declarations. To test, apply the patch and search for instances of "isDate" in Koha templates, includes, and JavaScript files. There should be no results. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> I'm not sure this function has ever been used. This patch removes the toUC in tools/letter.tt too. -- You are receiving this mail because: You are watching all bug changes.