Combine configuration with page's configuration. Resolves issue #1358.

This commit is contained in:
Davide P. Cervone 2016-01-24 11:40:27 -05:00
parent 3ba60663df
commit bd817dab40

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)