Skip to content
Snippets Groups Projects
Commit c2d4c1c8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Doxygen,Web] Replaced Mathjax script link.

parent afc519f6
No related branches found
No related tags found
No related merge requests found
...@@ -1488,7 +1488,7 @@ MATHJAX_FORMAT = HTML-CSS ...@@ -1488,7 +1488,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest. # The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES. # This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example # extension names that should be enabled during MathJax rendering. For example
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
}); });
</script> </script>
<script type="text/javascript" async <script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"> src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
</script> </script>
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment