We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a41708 + 30990c4 commit 7523687Copy full SHA for 7523687
unpacked/MathJax.js
@@ -659,7 +659,7 @@ 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:") +
+ PATH.Contrib = (String(location.protocol).match(/^https?:/) ? "" : "http:") +
663
"//cdn.mathjax.org/mathjax/contrib"; // the third-party extensions
664
665
BASE.Ajax = {
0 commit comments