diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 7777377b..f04d4e6a 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -425,14 +425,15 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Glip is fully searchable, real-time group chat & video chat, task management, file sharing, calendars and more.' ,url: 'https://glip.com/' ,type: 'messaging' - ,js_unread: 'function simulateClick(a){var b,c=document.getElementById(a);document.createEvent&&(b=document.createEvent("MouseEvents"),b.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)),b?c.dispatchEvent(b):c.click&&c.click()}setTimeout(function(){simulateClick("sign_in")},1e3);' + ,js_unread: 'setTimeout(function(){$("#sign_in").click();},1000);' + ,note: 'To enable desktop notifications, you have to go to Options inside Glip.' }, { id: 'yandex' ,logo: 'yandex.png' - ,name: 'Yandex' + ,name: 'Yandex Mail' ,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.' - ,url: 'https://passport.yandex.com/' + ,url: 'https://mail.yandex.com/' ,type: 'email' } ] diff --git a/resources/icons/glip.png b/resources/icons/glip.png index f21f501d..60797ea5 100644 Binary files a/resources/icons/glip.png and b/resources/icons/glip.png differ diff --git a/resources/icons/yandex.png b/resources/icons/yandex.png index eeae7ffb..8bfbc7f3 100644 Binary files a/resources/icons/yandex.png and b/resources/icons/yandex.png differ