From 5658ee5c33662f558174cae36ddd2876d9a412ba Mon Sep 17 00:00:00 2001 From: Juan Manuel Gonzalez Alama Date: Mon, 1 Jul 2019 11:07:23 -0300 Subject: [PATCH] Update ServicesList.js Fix #2317 --- 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 c4a61d31..e0f9c9a8 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -117,7 +117,7 @@ Ext.define('Rambox.store.ServicesList', { ,logo: 'gmail.png' ,name: 'Gmail' ,description: locale['services[9]'] - ,url: 'https://mail.google.com/mail/' + ,url: 'https://accounts.google.com/signin/v2/identifier?continue=https%3A%2F%2Fmail.google.com%2Fmail%2F&service=mail&sacu=1&rip=1&flowName=GlifWebSignIn&flowEntry=ServiceLogin' ,type: 'email' ,allow_popups: true ,js_unread: 'function checkUnread(){var e=document.querySelector(".aim .aio").querySelector("span").querySelector("a").getAttribute("aria-label").replace(/[^0-9]/g, "");updateBadge(e?parseInt(e):0)}function updateBadge(e){1<=e?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'