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"] = {
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)