From ec52c9e5c63aac6d5e5c690be466fa235aee88bb Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 18 Jul 2016 20:12:51 -0300 Subject: [PATCH] Fixes #78 --- app/store/ServicesList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 08e21aee..83085289 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -78,8 +78,9 @@ Ext.define('Rambox.store.ServicesList', { ,logo: 'hipchat.png' ,name: 'HipChat' ,description: 'HipChat is hosted group chat and video chat built for teams. Supercharge real-time collaboration with persistent chat rooms, file sharing, and screen sharing.' - ,url: 'https://www.hipchat.com/sign_in/' + ,url: 'https://___.hipchat.com/' ,type: 'messaging' + ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("hc-badge"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' }, { id: 'telegram'