Merge branch 'issue1358' into develop. Issue #1358.

This commit is contained in:
Davide P. Cervone 2016-01-25 13:53:27 -05:00
commit 9d3e6f378c

View File

@ -31,7 +31,7 @@
var AssistiveMML = MathJax.Extension["AssistiveMML"] = { var AssistiveMML = MathJax.Extension["AssistiveMML"] = {
version: "2.6.0", version: "2.6.0",
config: { config: HUB.CombineConfig("AssistiveMML",{
disabled: false, disabled: false,
styles: { styles: {
".MJX_Assistive_MathML": { ".MJX_Assistive_MathML": {
@ -50,7 +50,7 @@
width: "100%!important" width: "100%!important"
} }
} }
}, }),
Config: function () { Config: function () {
if (!this.config.disabled && SETTINGS.assistiveMML == null) if (!this.config.disabled && SETTINGS.assistiveMML == null)