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"] = {
version: "2.6.0",
config: {
config: HUB.CombineConfig("AssistiveMML",{
disabled: false,
styles: {
".MJX_Assistive_MathML": {
@ -50,7 +50,7 @@
width: "100%!important"
}
}
},
}),
Config: function () {
if (!this.config.disabled && SETTINGS.assistiveMML == null)