http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8401
--- Comment #5 from Fred P <[email protected]> --- I believe the problem originates with this file: File: jquery.highlight-3.js Path: /home/koha/kohaclone/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins Removal of this function appears to resolve the issue, not sure about side-effects: -------------------------------------- jQuery.fn.removeHighlight = function() { return this.find("span.term").each(function() { this.parentNode.firstChild.nodeName; with (this.parentNode) { replaceChild(this.firstChild, this); normalize(); ----------------------------------------- -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
