Remove global updateInbox, used scoped version
// FREEBIE
This commit is contained in:
@@ -63,10 +63,6 @@
|
||||
}
|
||||
};
|
||||
|
||||
window.updateInbox = function() { // TODO: remove
|
||||
ConversationController.updateInbox();
|
||||
};
|
||||
|
||||
ConversationController.updateInbox();
|
||||
setUnreadCount(storage.get("unreadCount", 0));
|
||||
|
||||
|
Reference in New Issue
Block a user