Browse Source

Added Lounge

Fixes #434
pull/594/head
Ramiro Saenz 8 years ago
parent
commit
37e9e3e10f
  1. 9
      app/store/ServicesList.js
  2. BIN
      resources/icons/lounge.png

9
app/store/ServicesList.js

@ -694,6 +694,15 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Kezmo is an enterprise chat and collaboration tool to help teams get things done. It’s an email alternative for secure team communication.'
,url: 'https://app.kezmo.com/web/'
,type: 'messaging'
},
{
id: 'lounge'
,logo: 'lounge.png'
,name: 'The Lounge'
,description: 'Self-hosted web IRC client.'
,url: '___'
,type: 'messaging'
,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("badge highlight"),b=0;for(i=0;i<a.length;i++)parseInt(a[i].textContent.trim())%1===0&&(b+=parseInt(a[i].textContent.trim()));updateBadge(b)}function updateBadge(a){a>=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);'
}
]
});

BIN
resources/icons/lounge.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Loading…
Cancel
Save