|
|
|
@ -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' |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|