From 8f2128db40f4eee4ed1ddec768c5379c0db7059a Mon Sep 17 00:00:00 2001 From: Filippo Gangi Dino Date: Fri, 4 May 2018 10:29:26 +0200 Subject: [PATCH] Fix selector for Ryver notifications count this can resolve #1615 --- 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 a9fb0405..3eae169f 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -495,7 +495,7 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Ryver is a team communication tool that organizes team collaboration, chats, files, and even emails into a single location, for any size team, for FREE.' ,url: 'https://___.ryver.com/' ,type: 'messaging' - ,js_unread: 'function checkUnread(){updateBadge(parseInt(document.getElementsByClassName("scene-space-tab-button--flash").length))}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' + ,js_unread: 'function checkUnread(){updateBadge(parseInt(document.getElementsByClassName("scene-space-tab-button__badge-icon").length))}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' }, { id: 'kiwi'