Changed mathjax cdn url so it doesn't use https.

(This caused problems when used with --self-contained.)

See #609.
This commit is contained in:
John MacFarlane 2012-09-12 08:41:42 -07:00
parent 4076e2f8be
commit 0189997420

View file

@ -653,7 +653,7 @@ options =
(\arg opt -> do
let url' = case arg of
Just u -> u
Nothing -> "https://d3eoax9i5htok0.cloudfront.net/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
Nothing -> "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
return opt { optHTMLMathMethod = MathJax url'})
"URL")
"" -- "Use MathJax for HTML math"