Browse Source

Removed Actor service

v0.5.8
Ramiro Saenz 8 years ago
parent
commit
e52f9c92a8
  1. 8
      app/store/ServicesList.js
  2. BIN
      resources/icons/actor.png

8
app/store/ServicesList.js

@ -579,14 +579,6 @@ Ext.define('Rambox.store.ServicesList', {
,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("mx_RoomTile_nameContainer"),b=0;for(i=0;i<a.length;i++){var c=a[i].getElementsByClassName("mx_RoomTile_badge");for(ii=0;ii<c.length;ii++)parseInt(c[ii].textContent.trim())%1===0&&(b+=parseInt(c[ii].textContent.trim()))}updateBadge(b)}function updateBadge(a){a>=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);'
,custom_domain: true
},
{
id: 'actor'
,logo: 'actor.png'
,name: 'Actor'
,description: 'Free and Secure text, photo and voice messages over 2G/3G or Wi-Fi.'
,url: 'https://app.actor.im/'
,type: 'messaging'
},
{
id: 'socialcast'
,logo: 'socialcast.png'

BIN
resources/icons/actor.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Loading…
Cancel
Save