From 3cf2f439b9fdaed99575e325bbc05635370ada4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delhaye?= Date: Wed, 7 Aug 2019 15:53:55 +0200 Subject: [PATCH] Add Xeno to ServicesList.js --- app/store/ServicesList.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 0daaf178..1e2f939f 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -941,7 +941,14 @@ Ext.define('Rambox.store.ServicesList', { ,url: '___' ,type: 'email' ,js_unread: 'function checkUnread(){var t=document.getElementsByClassName("giraffe-hierarchy-node-counter"),e=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' - - } + }, + { + id: 'xeno' + ,logo: 'xeno.png' + ,name: 'Xeno' + ,description: 'Xeno is an online tool designed to help attract, convert, and keep customers through the power of live response.' + ,url: 'https://xeno.app/' + ,type: 'email' + } ] });