Browse Source

#1381 - add the ability for users to type in their top level domain

pull/1714/head
Insasse 7 years ago
parent
commit
f7e6b06aa4
  1. 2
      app/store/ServicesList.js

2
app/store/ServicesList.js

@ -205,7 +205,7 @@ Ext.define('Rambox.store.ServicesList', {
,logo: 'outlook365.png'
,name: 'Outlook 365'
,description: locale['services[18]']
,url: 'https://outlook.office.com/owa/'
,url: 'https://outlook.office.___/owa/'
,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);'

Loading…
Cancel
Save