Browse Source

Renamed Zoho Chat to Zoho Cliq

pull/1857/head
Ramiro Saenz 7 years ago
parent
commit
f11d2d335a
  1. 6
      app/store/ServicesList.js
  2. BIN
      resources/icons/zohochat.png
  3. BIN
      resources/icons/zohocliq.png

6
app/store/ServicesList.js

@ -440,10 +440,10 @@ Ext.define('Rambox.store.ServicesList', {
}, },
{ {
id: 'zohochat' id: 'zohochat'
,logo: 'zohochat.png' ,logo: 'zohocliq.png'
,name: 'Zoho Chat' ,name: 'Zoho Cliq'
,description: locale['services[46]'] ,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' ,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);' ,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);'
}, },

BIN
resources/icons/zohochat.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

BIN
resources/icons/zohocliq.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Loading…
Cancel
Save