From d40287f15c7a1ad73aa20087c1c84fb9cbdaf37d Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 18 Jan 2017 21:17:34 -0300 Subject: [PATCH] Fixed flapping unread in Zyptonite Related #404 --- app/store/ServicesList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 320254f9..1f628592 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -719,8 +719,8 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Zyptonite is the ultimate cyber secure communication tool for enterprise customers designed to address the need to securely communicate via voice, video, and chat, and transfer files and information across a global mobile workforce.' ,url: 'https://app.zyptonite.com/' ,type: 'messaging' - ,titleBlink: true - ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);' + ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' + ,dont_update_unread_from_title: true } ] });