Skip to content

Commit

Permalink
Bug 1221637 - Restore accidentally deleted line in be910446f19a. rs=b…
Browse files Browse the repository at this point in the history
…ustage-fix
  • Loading branch information
aleth committed Jan 25, 2016
1 parent eb5e524 commit 9061d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat/components/src/imContacts.js
Expand Up @@ -321,6 +321,7 @@ var otherContactsTag = {
this._contactsInitialized = true;
for (let id in this._hiddenTags) {
let tag = this._hiddenTags[id];
this._hideTag(tag);
}
Services.obs.addObserver(this, "contact-tag-added", false);
Services.obs.addObserver(this, "contact-tag-removed", false);
Expand Down

0 comments on commit 9061d76

Please sign in to comment.