diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js index 331f0900b..84a1a9fe4 100644 --- a/unpacked/MathJax.js +++ b/unpacked/MathJax.js @@ -659,7 +659,7 @@ MathJax.cdnFileVersions = {}; // can be used to specify revisions for individua var PATH = {}; PATH[BASENAME] = ""; // empty path gets the root URL - PATH.Contrib = (String(location.protocal).match(/^https?:/) ? "" : "http:") + + PATH.Contrib = (String(location.protocol).match(/^https?:/) ? "" : "http:") + "//cdn.mathjax.org/mathjax/contrib"; // the third-party extensions BASE.Ajax = {