Add Contrib to the Ajax paths. Resolves issue #1519.
This commit is contained in:
parent
97b9fbcfab
commit
1b32cd95d9
|
@ -659,6 +659,8 @@ MathJax.cdnFileVersions = {}; // can be used to specify revisions for individua
|
||||||
|
|
||||||
var PATH = {};
|
var PATH = {};
|
||||||
PATH[BASENAME] = ""; // empty path gets the root URL
|
PATH[BASENAME] = ""; // empty path gets the root URL
|
||||||
|
PATH.Contrib = (String(location.protocal).match(/^https?:/) ? "" : "http:") +
|
||||||
|
"//cdn.mathjax.org/mathjax/contrib"; // the third-party extensions
|
||||||
|
|
||||||
BASE.Ajax = {
|
BASE.Ajax = {
|
||||||
loaded: {}, // files already loaded
|
loaded: {}, // files already loaded
|
||||||
|
|
Loading…
Reference in New Issue
Block a user