Browse Source

Add Xeno to ServicesList.js

pull/2367/head
Rémi Delhaye 6 years ago committed by GitHub
parent
commit
3cf2f439b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      app/store/ServicesList.js

11
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<t.length;i++)parseInt(t[i].textContent.trim())%1===0&&(e+=parseInt(t[i].textContent.trim()));updateBadge(e);}function updateBadge(a){a>=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'
}
]
});

Loading…
Cancel
Save