Remove global updateInbox, used scoped version
// FREEBIE
This commit is contained in:
parent
949cb8d8e3
commit
0509bb0f5d
3 changed files with 5 additions and 9 deletions
|
@ -63,10 +63,6 @@
|
|||
}
|
||||
};
|
||||
|
||||
window.updateInbox = function() { // TODO: remove
|
||||
ConversationController.updateInbox();
|
||||
};
|
||||
|
||||
ConversationController.updateInbox();
|
||||
setUnreadCount(storage.get("unreadCount", 0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue