Merge pull request #13837 from edx/release

Release to master
This commit is contained in:
Ned Batchelder
2016-10-26 05:28:04 -04:00
committed by GitHub
10 changed files with 58 additions and 28 deletions

View File

@@ -42,6 +42,6 @@ if (typeof MathJax === 'undefined') {
});
};
};
vendorScript.src = 'https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG';
vendorScript.src = 'https://cdn.mathjax.org/mathjax/2.7-latest/MathJax.js?config=TeX-MML-AM_SVG';
document.body.appendChild(vendorScript);
}