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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to