9 Jul
2025
9 Jul
'25
12:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38661 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 183889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183889&action=edit Bug 38661: (follow-up) Eliminate duplicate ids The id attribute should be unique on the page, so I'm changing it to a name attribute and updating the corresonding selector. Also, we can eliminate find() here: $(this).closest('form').find('input... ...because $(this) IS the form, so we can optimize a tiny bit by removing the find(). Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.