From f7e6b06aa464c4b6f6db6697d0f94b668f112b60 Mon Sep 17 00:00:00 2001 From: Insasse Date: Wed, 13 Jun 2018 12:44:09 +0200 Subject: [PATCH] #1381 - add the ability for users to type in their top level domain --- 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 e2d21734..45fe71f3 100644 --- a/app/store/ServicesList.js +++ b/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);'