|
|
|
@ -497,6 +497,14 @@ Ext.define('Rambox.store.ServicesList', {
|
|
|
|
|
,url: '___' |
|
|
|
|
,type: 'email' |
|
|
|
|
,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("badge pull-right count"),b=0;for(i=0;i<a.length;i++)parseInt(a[i].textContent.trim())%1===0&&(b+=parseInt(a[i].textContent.trim()));updateBadge(b)}function updateBadge(a){a>=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
id: 'amium' |
|
|
|
|
,logo: 'amium.png' |
|
|
|
|
,name: 'Amium' |
|
|
|
|
,description: 'Amium turns any file into a real-time activity feed and conversation. So you can work better, together.' |
|
|
|
|
,url: 'https://___.amium.com/' |
|
|
|
|
,type: 'messaging' |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}); |
|
|
|
|