From cfa1ea120d231e04413314e6948c6f2604fcd7b1 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 22 Aug 2016 20:35:14 -0300 Subject: [PATCH] Fixed Gitter unread counter --- 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 70473196..c7be49cf 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -149,7 +149,7 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Gitter is built on top of GitHub and is tightly integrated with your organisations, repositories, issues and activity.' ,url: 'https://gitter.im/' ,type: 'messaging' - ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("room-item__unread-indicator"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("room-item__unread-indicator"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' }, { id: 'steam'