Browse Source

Added a note

pull/1714/head
Ramiro Saenz 7 years ago
parent
commit
6071010c8f
  1. 1
      app/store/ServicesList.js

1
app/store/ServicesList.js

@ -209,6 +209,7 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'email'
,manual_notifications: true
,js_unread: 'function checkUnread(){var a=$(".subfolders [role=treeitem]:first .treeNodeRowElement").siblings().last().text();updateBadge(""===a?0:parseInt(a))}function updateBadge(a){a>=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);'
,note: 'Please insert the cloud region you want to use. Can be "com", "de", etc.'
},
{
id: 'yahoo'

Loading…
Cancel
Save