diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index afc49cb4..598f8374 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -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);' }, diff --git a/resources/icons/zohochat.png b/resources/icons/zohochat.png deleted file mode 100644 index fe7f677c..00000000 Binary files a/resources/icons/zohochat.png and /dev/null differ diff --git a/resources/icons/zohocliq.png b/resources/icons/zohocliq.png new file mode 100644 index 00000000..0676d259 Binary files /dev/null and b/resources/icons/zohocliq.png differ