From 0c2107dc75362075d39701ac058a8df8a30c7528 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sun, 28 Dec 2014 19:03:24 -0500 Subject: [PATCH] Force actiontype to be output even when equal to the default --- unpacked/jax/element/mml/jax.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js index 5345fb2f5..2335e9585 100644 --- 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"