|
|
|
@ -440,10 +440,10 @@ Ext.define('Rambox.store.ServicesList', {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
id: 'zohochat' |
|
|
|
|
,logo: 'zohochat.png' |
|
|
|
|
,name: 'Zoho Chat' |
|
|
|
|
,logo: 'zohocliq.png' |
|
|
|
|
,name: 'Zoho Cliq' |
|
|
|
|
,description: locale['services[46]'] |
|
|
|
|
,url: 'https://chat.zoho.com/' |
|
|
|
|
,url: 'https://accounts.zoho.com/signin?servicename=ZohoChat&signupurl=https://www.zoho.com/cliq/signup.html' |
|
|
|
|
,type: 'messaging' |
|
|
|
|
,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' |
|
|
|
|
}, |
|
|
|
|