|
|
@ -77,8 +77,8 @@ Ext.define('Rambox.store.ServicesList', { |
|
|
|
,type: 'messaging' |
|
|
|
,type: 'messaging' |
|
|
|
,titleBlink: true |
|
|
|
,titleBlink: true |
|
|
|
,manual_notifications: true |
|
|
|
,manual_notifications: true |
|
|
|
|
|
|
|
,dont_update_unread_from_title: true |
|
|
|
,js_unread: 'function checkUnread(){updateBadge(document.getElementById("hangout-landing-chat").lastChild.contentWindow.document.body.getElementsByClassName("ee").length)}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3000);' |
|
|
|
,js_unread: 'function checkUnread(){updateBadge(document.getElementById("hangout-landing-chat").lastChild.contentWindow.document.body.getElementsByClassName("ee").length)}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3000);' |
|
|
|
//,js_unread: 'function checkUnread(){updateBadge(document.getElementById("hangout-landing-chat").lastChild.contentWindow.document.body.getElementsByClassName("ee").length)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);'
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
id: 'hipchat' |
|
|
|
id: 'hipchat' |
|
|
|