Upgrade MathJax to 2.7.

This commit is contained in:
Robert Raposa
2016-10-19 19:08:58 -04:00
committed by Adam Palay
parent 3ebdec220a
commit 13222adf05
7 changed files with 10 additions and 6 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);
}