diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 780f2ca7..30d2cf71 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -407,6 +407,14 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://chat.zoho.com/' ,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);' + }, + { + id: 'aol' + ,logo: 'aol.png' + ,name: 'Aol' + ,description: 'Free and simple webmail service.' + ,url: 'https://my.screenname.aol.com/' + ,type: 'email' } ] }); diff --git a/resources/icons/aol.png b/resources/icons/aol.png new file mode 100644 index 00000000..c095a2fa Binary files /dev/null and b/resources/icons/aol.png differ