Skip to content

Commit a3d6200

Browse files
committed
Adapts Struik example.
1 parent d794bea commit a3d6200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Struik.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
});
2323
MathJax.Ajax.config.path["a11y"] = "../extensions";
2424
if(window.location.href.indexOf("mathjax.github.io/MathJax-a11y") > -1) {
25-
MathJax.Ajax.config.path["SRE"] = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/extensions/a11y";
25+
MathJax.Ajax.config.path["SRE"] = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/extensions/a11y";
2626
}
2727
</script>
28-
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML-full"></script>
28+
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_HTML-full"></script>
2929
</head>
3030
<body>
3131

0 commit comments

Comments
 (0)