Merge branch 'issue949' into develop. Issue #949.
This commit is contained in:
commit
bdd370b037
|
@ -514,7 +514,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
|
|||
//
|
||||
if (end.length === 0) {
|
||||
var s = this.data[this.sup] || this.data[this.sub];
|
||||
if (s) {
|
||||
if (s && this.HTMLnotEmpty(s)) {
|
||||
var box = s.HTMLspanElement().parentNode, stack = box.parentNode;
|
||||
if (this.data[this.base]) {stack.removeChild(stack.firstChild)}
|
||||
for (box = stack.firstChild; box; box = box.nextSibling)
|
||||
|
|
Loading…
Reference in New Issue
Block a user