Remove creation of redundent spans (left over from debugging)
This commit is contained in:
parent
b69ef81e7b
commit
9161f45dab
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -144,7 +144,6 @@
|
|||
//
|
||||
jax = script.MathJax.elementJax; math = jax.root; jax.NativeMML = {};
|
||||
var type = (math.Get("display") === "block" ? "div" : "span");
|
||||
span = HTML.Element(type,{className:"MathJax_MathML", id:jax.inputID+"-Frame"});
|
||||
span = HTML.Element(type,{
|
||||
className: "MathJax_MathML", id:jax.inputID+"-Frame"
|
||||
},[["span",{
|
||||
|
|
Loading…
Reference in New Issue
Block a user