aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bip/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bip/webview.js')
-rw-r--r--recipes/bip/webview.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/bip/webview.js b/recipes/bip/webview.js
index f3166ce..8b9eccc 100644
--- a/recipes/bip/webview.js
+++ b/recipes/bip/webview.js
@@ -1,7 +1,3 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = Ferdi => { 1module.exports = Ferdi => {
6 const getMessages = () => { 2 const getMessages = () => {
7 const elements = document.querySelectorAll('.contact-list__message__unread-badge-counter'); 3 const elements = document.querySelectorAll('.contact-list__message__unread-badge-counter');
@@ -13,6 +9,4 @@ module.exports = Ferdi => {
13 }; 9 };
14 10
15 Ferdi.loop(getMessages); 11 Ferdi.loop(getMessages);
16
17 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
18}; 12};