1 Oct
2014
1 Oct
'14
8:56 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1807 Jesse Maseto <jesse@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesse@bywatersolutions.com --- Comment #8 from Jesse Maseto <jesse@bywatersolutions.com> --- //Fix subject search by striping parenthesis from url links $('#catalogue_detail_biblio a[href*="su:"]').attr('href', function(_,v){ return v.replace(/(\(|\))/g,'') }); This works for both the staff search and OPAC. -- You are receiving this mail because: You are watching all bug changes.