Browse Source

Added Kaiwa

pull/367/head
Ramiro Saenz 9 years ago
parent
commit
419ea5efeb
  1. 2
      app/store/ServicesList.js
  2. BIN
      resources/icons/kaiwa.png

2
app/store/ServicesList.js

@ -545,6 +545,6 @@ Ext.define('Rambox.store.ServicesList', {
,url: '___' ,url: '___'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'function check_unread() { let count=0; for (let node of document.getElementsByClassName("unread")){ if (node.innerHTML){ count += parseInt(node.innerHTML); } } update_badge(count);}function update_badge(a) { document.title = a > 0 ? "(" + a + ") " + original_title : original_title}const original_title = document.title;setInterval(check_unread, 3e3);' ,js_unread: 'function check_unread() { let count=0; for (let node of document.getElementsByClassName("unread")){ if (node.innerHTML){ count += parseInt(node.innerHTML); } } update_badge(count);}function update_badge(a) { document.title = a > 0 ? "(" + a + ") " + original_title : original_title}const original_title = document.title;setInterval(check_unread, 3e3);'
}, }
] ]
}); });

BIN
resources/icons/kaiwa.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Loading…
Cancel
Save