|
|
|
|
@ -97,8 +97,7 @@ define([
|
|
|
|
|
if (description.length === 0) {
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
this.typeset(this.$label.get(0));
|
|
|
|
|
this.typeset(description, this.$label);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -231,7 +230,7 @@ define([
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
this.typeset(this.$label.get(0));
|
|
|
|
|
this.typeset(description, this.$label);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -345,8 +344,8 @@ define([
|
|
|
|
|
if (description.length === 0) {
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
this.typeset(this.$label.get(0));
|
|
|
|
|
this.$label.text();
|
|
|
|
|
this.typeset(description, this.$label);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -468,8 +467,7 @@ define([
|
|
|
|
|
if (description.length === 0) {
|
|
|
|
|
this.$label.hide();
|
|
|
|
|
} else {
|
|
|
|
|
this.$label.text(description);
|
|
|
|
|
this.typeset(this.$label.get(0));
|
|
|
|
|
this.typeset(description, this.$label);
|
|
|
|
|
this.$label.show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|