Browse Source

Add Aol service

pull/230/head
TriiNoxYs 9 years ago
parent
commit
150f2f5c48
  1. 8
      app/store/ServicesList.js
  2. BIN
      resources/icons/aol.png

8
app/store/ServicesList.js

@ -407,6 +407,14 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://chat.zoho.com/' ,url: 'https://chat.zoho.com/'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' ,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);'
},
{
id: 'aol'
,logo: 'aol.png'
,name: 'Aol'
,description: 'Free and simple webmail service.'
,url: 'https://my.screenname.aol.com/'
,type: 'email'
} }
] ]
}); });

BIN
resources/icons/aol.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save