aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notion-calendar/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/notion-calendar/webview.js')
-rw-r--r--recipes/notion-calendar/webview.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/notion-calendar/webview.js b/recipes/notion-calendar/webview.js
index 2a81dec..c27c226 100644
--- a/recipes/notion-calendar/webview.js
+++ b/recipes/notion-calendar/webview.js
@@ -5,12 +5,6 @@ function _interopRequireDefault(obj) {
5const _path = _interopRequireDefault(require('path')); 5const _path = _interopRequireDefault(require('path'));
6 6
7module.exports = Ferdium => { 7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); 8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9 Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
16}; 10};