commit 0c2107dc75362075d39701ac058a8df8a30c7528
parent 519ff32aaeab13f187dafb602d4e506111b68e7f
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sun, 28 Dec 2014 19:03:24 -0500
Force actiontype to be output even when equal to the default
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js
@@ -219,12 +219,14 @@ MathJax.ElementJax.mml.Augment({
},
copyAttributes: {
displaystyle:1, scriptlevel:1, open:1, close:1, form:1,
+ actiontype: 1,
fontfamily:true, fontsize:true, fontweight:true, fontstyle:true,
color:true, background:true,
id:true, "class":1, href:true, style:true
},
copyAttributeNames: [
"displaystyle", "scriptlevel", "open", "close", "form", // force these to be copied
+ "actiontype",
"fontfamily", "fontsize", "fontweight", "fontstyle",
"color", "background",
"id", "class", "href", "style"