https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42440 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 197984 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197984&action=edit Bug 42440: Remove event attributes from labeled MARC detail template This patch removes a redundant "onchange" event attribute from the framework selection dropdown. This event is already registered in the JS block. The patch also does a little bit of cleanup to the JS: Combining two <script> tags which don't need to be separate and moving a function outside of the $(document).ready block. To test, apply the patch and search for a bibliographic record in the catalog. - From the detail page, click the "Labeled MARC" tag in the sidebar (you may need to enable the "viewLabeledMARC" preference). - Try changing the "With framework" selection. The page should reload with the selected framework. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.