diff options
Diffstat (limited to 'scudcloud-1.0/scudcloud-src.js')
-rw-r--r-- | scudcloud-1.0/scudcloud-src.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scudcloud-1.0/scudcloud-src.js b/scudcloud-1.0/scudcloud-src.js index aec5d57..c16a0b9 100644 --- a/scudcloud-1.0/scudcloud-src.js +++ b/scudcloud-1.0/scudcloud-src.js @@ -16,7 +16,10 @@ var ScudCloud = { }, connect: function(b){ desktop.enableMenus(b); - if(b) desktop.populate(JSON.stringify({'channels': ScudCloud.listChannels(), 'teams': ScudCloud.listTeams(), 'icon': TS.model.team.icon.image_44})); + if(b){ + ScudCloud.overrideNotifications(); + desktop.populate(JSON.stringify({'channels': ScudCloud.listChannels(), 'teams': ScudCloud.listTeams(), 'icon': TS.model.team.icon.image_44})); + } }, count: function(){ var total=0; |