aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protoncalendar/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/protoncalendar/webview.js')
-rw-r--r--recipes/protoncalendar/webview.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes/protoncalendar/webview.js b/recipes/protoncalendar/webview.js
index ddd0b40..10157e9 100644
--- a/recipes/protoncalendar/webview.js
+++ b/recipes/protoncalendar/webview.js
@@ -1,15 +1,7 @@
1"use strict"; 1const _path = _interopRequireDefault(require('path'));
2
3var _path = _interopRequireDefault(require("path"));
4 2
5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6 4
7module.exports = Ferdi => { 5module.exports = Ferdi => {
8 const getMessages = function getMessages() {
9 // TODO: Insert your notification-finding code here
10 Ferdi.setBadge(0, 0);
11 };
12
13 Ferdi.loop(getMessages);
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15}; 7};