]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix mathjax on website broken due to https 268/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 24 Nov 2014 13:04:03 +0000 (08:04 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 24 Nov 2014 13:04:03 +0000 (08:04 -0500)
The dealii.org webserver now tries to serve https sites. This breaks mathjax because of:

Mixed Content: The page at 'https://www.dealii.org/developer/doxygen/deal.II/step_31.html' was loaded over HTTPS, but requested an insecure resource 'http://cdn.mathjax.org/mathjax/latest/MathJax.js'. This request has been blocked;

This commit fixes this by loading it over https.

doc/doxygen/options.dox.in

index 2570ae85e5a6de366546b5f357fbc65a128b35ba..34513c48803130f1bb4bce5e8900878d9a75e343 100644 (file)
@@ -111,7 +111,7 @@ HTML_FILE_EXTENSION    = .html
 HTML_HEADER            = header.html
 HTML_FOOTER            = footer.html
 USE_MATHJAX            = @_use_mathjax@
-MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
+MATHJAX_RELPATH        = https://cdn.mathjax.org/mathjax/latest
 MATHJAX_EXTENSIONS     = TeX/AMSmath TeX/AMSsymbols
 HTML_COLORSTYLE_HUE    = 220
 HTML_COLORSTYLE_SAT    = 200

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.