|
|
|
|
@ -94,7 +94,7 @@ define([
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
// MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -219,7 +219,7 @@ define([
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
// MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -326,7 +326,7 @@ define([
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
// MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -441,7 +441,7 @@ define([
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
// MathJax.Hub.Queue(["Typeset",MathJax.Hub,this.$label.get(0)]);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|