https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42439 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 198595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198595&action=edit Bug 42439: Remove event attributes from label-edit-batch.tt This patch removes an "onload" event attribute from the label batch edit template. An "onload" event attribute on the body tag can be easily moved to the $(document).ready block. To test, apply the patch and go to Cataloging -> Label creator -> Label batches -> New label batch. As soon as the page loads the "Add by barcodes" textarea should get focus. Sponsored-by: Athens County Public Libraries Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.