We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97b9fbc + 1b32cd9 commit 6e3b671Copy full SHA for 6e3b671
unpacked/MathJax.js
@@ -659,6 +659,8 @@ MathJax.cdnFileVersions = {}; // can be used to specify revisions for individua
659
660
var PATH = {};
661
PATH[BASENAME] = ""; // empty path gets the root URL
662
+ PATH.Contrib = (String(location.protocal).match(/^https?:/) ? "" : "http:") +
663
+ "//cdn.mathjax.org/mathjax/contrib"; // the third-party extensions
664
665
BASE.Ajax = {
666
loaded: {}, // files already loaded
0 commit comments