annotate website/www/_static/jquery.js @ 8537:6783a7f2b5e1

bug: fix replacement for param writer_name -> writer correctly. Use the html4css1 writer for now. If you use the html5_polyglot you end up with: <main> processed rst </main> rather than (html4css1 writer's): <div class="document"> processed rst </div> there can only be one <main> per document. Each message must not be inside a <main> tag. I could string munge the main tag to a div. But that's ugly. The correct way is to subclass html5_polyglot and override the HTMLTrnslator::documenttag_args replacing {'tagname': 'main'} with {'tagname': 'div', "CLASS": "document"} or something similar. That's a change for another time.
author John Rouillard <rouilj@ieee.org>
date Sat, 21 Mar 2026 23:49:14 -0400
parents 35ccd6e56f4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6252
35ccd6e56f4b add uprev version of jquery, minimized. Sphinx is using 3.2.1 which has security issues. On my server it is using the version from _static.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
1 /*! jQuery v3.5.2-pre | (c) OpenJS Foundation and other contributors | jquery.org/license */
35ccd6e56f4b add uprev version of jquery, minimized. Sphinx is using 3.2.1 which has security issues. On my server it is using the version from _static.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset

Roundup Issue Tracker: http://roundup-tracker.org/