commit 9d3e6f378ca42bc9a9c90a9c3b12b20ebdbfa311
parent 3ba60663dfc6efd0269b1aab5250549e6fe5f5e8
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 25 Jan 2016 13:53:27 -0500
Merge branch 'issue1358' into develop. Issue #1358.
Diffstat:
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)