Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to Load: /extensions/MathZoom.js #36

Open
Seamate opened this issue Jan 24, 2019 · 1 comment
Open

Failed to Load: /extensions/MathZoom.js #36

Seamate opened this issue Jan 24, 2019 · 1 comment

Comments

@Seamate
Copy link

Seamate commented Jan 24, 2019

When I load a page containing mathjax code, I see the following error at the bottom.

Failed to Load: /extensions/MathZoom.js

The Mathjax code fails to load the equations.

What I expected: I expected the page to load and display the equations.
What happened instead: The page displays the raw Mathjax code instead.

@DGideas
Copy link

DGideas commented Dec 16, 2020

@Seamate
I've found the correct answer. It happened because you only put MathJax.js on your dictionary, but MathJax requires lots of another components located in your provided MathJax.js path. For example:

  • //example.com/MathJax.js
  • //example.com/extensions/MathZoom.js
  • ...

So if you want to host your own MathJax mirror, make sure you put all these dependencies in correct location :)

For example, see https://www.bootcdn.cn/mathjax/2.7.7/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants