From 74d9b9ae4db69f138a62c5f35ac58d8b139c4012 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 22 Aug 2016 21:13:46 -0300 Subject: [PATCH] Rollback description from Zoho to merge PR --- app/store/ServicesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index b989fe28..744b905a 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -404,7 +404,7 @@ Ext.define('Rambox.store.ServicesList', { id: 'zohochat' ,logo: 'zohochat.png' ,name: 'Zoho Chat' - ,description: 'Zoho chat is a secure and scalable real-time communication and collaboration platform for teams to improve their productivity.' + ,description: 'Free and open source webmail software for the masses, written in PHP.' ,url: 'https://chat.zoho.com/' ,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);'