www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bd817dab4018668b84c6771062ba4c6e96c25d05
parent 3ba60663dfc6efd0269b1aab5250549e6fe5f5e8
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sun, 24 Jan 2016 11:40:27 -0500

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

Diffstat:
Munpacked/extensions/AssistiveMML.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/extensions/AssistiveMML.js b/unpacked/extensions/AssistiveMML.js @@ -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)