12 Aug
2021
12 Aug
'21
10:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28853 --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- BTW : This JavaScript code is a mix of JQuery and old style. It seams it is not very solid and several parts are repeated, like :
var re = new RegExp('^subfield' + subfield_name,'g'); var subfields = $(field_start).children('ul').children('li').filter( function() { return this.id.match(re); }); This would need a big revamping.
-- You are receiving this mail because: You are watching all bug changes.