Modify ↓
Opened 4 years ago
Last modified 4 years ago
#13851 new enhancement
Update MathJax URL
Reported by: | figaro | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracMathJaxPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
The following URL uses the latest library: MATHJAX_URL = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js'
This is for the version installed on PyPi.
The diff furthermore is based on api.py file after autopep8.
Attachments (1)
Change History (3)
Changed 4 years ago by
comment:1 Changed 4 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 4 years ago by
Owner: | Ryan J Ollos deleted |
---|---|
Status: | accepted → new |
The change results in JavaScript errors in the browser:
Uncaught TypeError: MathJax.Hub is undefined <anonymous> http://localhost:8000/proj-1.3/chrome/mathjax/config.js:1 config.js:1:1 <anonymous> http://localhost:8000/proj-1.3/chrome/mathjax/config.js:1
Uncaught TypeError: MathJax.Hub is undefined render http://localhost:8000/proj-1.3/chrome/mathjax/update.js:10 <anonymous> http://localhost:8000/proj-1.3/chrome/mathjax/update.js:12 jQuery 3 <anonymous> http://localhost:8000/proj-1.3/chrome/mathjax/update.js:1
Note: See
TracTickets for help on using
tickets.
Autopep8 and update of MATHJAXURL