parent
2ede031c27
commit
8b695be4d7
@ -3978,7 +3978,7 @@
|
|||||||
if (contact.showInRoster()) {
|
if (contact.showInRoster()) {
|
||||||
if (this.model.get('state') === CLOSED) {
|
if (this.model.get('state') === CLOSED) {
|
||||||
if (view.$el[0].style.display !== "none") { view.$el.hide(); }
|
if (view.$el[0].style.display !== "none") { view.$el.hide(); }
|
||||||
if (this.$el[0].style.display === "none") { this.$el.show(); }
|
if (!this.$el.is(':visible')) { this.$el.show(); }
|
||||||
} else {
|
} else {
|
||||||
if (this.$el[0].style.display !== "block") { this.show(); }
|
if (this.$el[0].style.display !== "block") { this.show(); }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user