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/google-translate/webview.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes/google-translate/webview.js') diff --git a/recipes/google-translate/webview.js b/recipes/google-translate/webview.js index 41aa5e0..ca1cf99 100644 --- a/recipes/google-translate/webview.js +++ b/recipes/google-translate/webview.js @@ -1,14 +1,8 @@ -var _path = _interopRequireDefault(require('path')); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -module.exports = Ferdi => { +module.exports = () => { // TODO: If your google-translate service has unread messages, uncomment these lines to implement the logic for updating the badges // const getMessages = () => { // // TODO: Insert your notification-finding code here // Ferdi.setBadge(0, 0); // }; // Ferdi.loop(getMessages); - - Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); }; -- cgit v1.2.3-54-g00ecf