[Koha-bugs] [Bug 8401] Search term deleted from system preference content

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 16 17:49:03 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8401

--- Comment #5 from Fred P <fred.pierre at smfpl.org> ---
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.


More information about the Koha-bugs mailing list