From 27ffda874e6808a7815ea7844355802afaad9599 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 1 Nov 2021 15:14:04 +0530 Subject: chore: remove empty 'service.css' from recipes. Remove 'README.md' from the creation script --- recipes/bip/webview.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'recipes/bip/webview.js') 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 @@ -const _path = _interopRequireDefault(require('path')); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - module.exports = Ferdi => { const getMessages = () => { const elements = document.querySelectorAll('.contact-list__message__unread-badge-counter'); @@ -13,6 +9,4 @@ module.exports = Ferdi => { }; Ferdi.loop(getMessages); - - Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); }; -- cgit v1.2.3-70-g09d2