https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25354 Bug ID: 25354 Summary: Clean up JavaScript markup in cataloging plugin scripts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org I have an idea for how to move JavaScript in additem.tt and addbiblio.tt to the footer, but the JavaScript generated by the plugin scripts needs some cleanup before that can happen. Specifically, single line JS comments (// ... ) will break the script if whitespace in the script is collapsed. These will be changed to multi-line comments (/* ... */). While I'm making changes I'll be removing the <script> tag's "type" attribute and obsolete "//<![CDATA[" markers. -- You are receiving this mail because: You are watching all bug changes.