Add Contrib to the Ajax paths. Resolves issue #1519.

This commit is contained in:
Davide P. Cervone 2016-06-14 13:58:34 -04:00
parent 97b9fbcfab
commit 1b32cd95d9

View File

@ -659,6 +659,8 @@ 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:") +
"//cdn.mathjax.org/mathjax/contrib"; // the third-party extensions
BASE.Ajax = {
loaded: {}, // files already loaded