18 Feb
2021
18 Feb
'21
5:34 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27613 --- Comment #5 from Lucas Gass <lucas@bywatersolutions.com> --- Cait, 1. This patch does change both the OPAC detail and the OPAC results page. 2. I think we can still easily, even more easily, remove links with jQuery. In your example I would use this: $('a[href="http://www.loc.gov/catdir/toc/cam041/2003273871.html"] ').parent().hide(); // This works for hiding it on both the results and detials. 3. I think to semantically describe the online_resource section as a list of links is good. -- You are receiving this mail because: You are watching all bug changes.