MDL-60458 Mathjax: Restore the accessible config

Undo the changes to the accessible config that were introduced by the previous library upgrade.
This commit is contained in:
Damyon Wiese
2017-10-25 12:30:14 +08:00
parent 849405177f
commit 89ceede3bf
4 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ if ($ADMIN->fulltree) {
$default = '
MathJax.Hub.Config({
config: ["default.js", "MMLorHTML.js", "Safe.js"],
config: ["Accessible.js", "Safe.js"],
errorSettings: { message: ["!"] },
skipStartupTypeset: true,
messageStyle: "none"