closed #615 - added "active chats" dropdown to header

- some minor tweaks also, to make taskbar work a little better with chats
This commit is contained in:
Julian Lam
2013-12-05 17:35:44 -05:00
parent 2a1671ba9b
commit 030ce95dea
7 changed files with 82 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ define(['taskbar'], function(taskbar) {
chatModal.show();
module.bringModalToTop(chatModal);
checkOnlineStatus(chatModal);
taskbar.updateActive(uuid);
}
module.minimize = function(uuid) {