[issue14114] 2.7.3rc1 chm gives JS error

Ezio Melotti report at bugs.python.org
Sat Feb 25 08:37:13 CET 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

"$" refers to JQuery, and should be defined in http://docs.python.org/_static/jquery.js.
Maybe you have to import/include that file before http://docs.python.org/_static/copybutton.js?
There are also other js scripts there that use JQuery so I'm not sure why it's failing with the copybutton.

The copy button (the one on the top-right in the code examples) is a fairly new addition and it's not vital for the docs, so if we can't find a solution we can probably just skip that file and build the chm without copy button.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14114>
_______________________________________


More information about the Python-bugs-list mailing list