diff options
Diffstat (limited to 'scudcloud-1.0/scudcloud-src.js')
-rw-r--r-- | scudcloud-1.0/scudcloud-src.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scudcloud-1.0/scudcloud-src.js b/scudcloud-1.0/scudcloud-src.js index 2f253d1..3af0a53 100644 --- a/scudcloud-1.0/scudcloud-src.js +++ b/scudcloud-1.0/scudcloud-src.js @@ -70,7 +70,7 @@ ScudCloud = { desktop.sendMessage(args.title, args.content); }, setBadgeCount: function(args){ - desktop.setBadgeCount(args.all_unread_highlights_cnt, args.all_unread_cnt); + desktop.count(args.all_unread_highlights_cnt, args.all_unread_cnt); }, displayTeam: function(id){ }, |