Merge pull request #13825 from edx/release

Release
This commit is contained in:
Ned Batchelder
2016-10-24 19:33:39 -04:00
committed by GitHub
8 changed files with 36 additions and 9 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);
}