Merge pull request #1091 from MITx/hotfix/dave/ie8_mathjax

Switch to S3 hosted mathjax (I thought we did this ages ago).
This commit is contained in:
Victor Shnayder
2012-11-30 14:08:44 -08:00

View File

@@ -33,4 +33,4 @@
<!-- This must appear after all mathjax-config blocks, so it is after the imports from the other templates.
It can't be run through static.url because MathJax uses crazy url introspection to do lazy loading of
MathJax extension libraries -->
<script type="text/javascript" src="/static/js/vendor/mathjax-MathJax-c9db6ac/MathJax.js?config=TeX-MML-AM_HTMLorMML-full"></script>
<script type="text/javascript" src="http://edx-static.s3-website-us-east-1.amazonaws.com/mathjax-MathJax-07669ac/MathJax.js?config=TeX-MML-AM_HTMLorMML-full"></script>