Browse Source

Updated ZohoChat description

pull/258/head
Ramiro Saenz 9 years ago committed by GitHub
parent
commit
6996b6c1b6
  1. 4
      app/store/ServicesList.js

4
app/store/ServicesList.js

@ -404,7 +404,7 @@ Ext.define('Rambox.store.ServicesList', {
id: 'zohochat' id: 'zohochat'
,logo: 'zohochat.png' ,logo: 'zohochat.png'
,name: 'Zoho Chat' ,name: 'Zoho Chat'
,description: 'Free and open source chat software for the masses, written in PHP.' ,description: 'Zoho chat is a secure and scalable real-time communication and collaboration platform for teams to improve their productivity.'
,url: 'https://chat.zoho.com/' ,url: 'https://chat.zoho.com/'
,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);'
@ -435,4 +435,4 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'email' ,type: 'email'
} }
] ]
}); });

Loading…
Cancel
Save