aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notion-calendar/webview.js
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-04-09 23:47:47 +0100
committerLibravatar GitHub <noreply@github.com>2024-04-09 23:47:47 +0100
commit099f02943602d42d42bc20fd173f81af7da40625 (patch)
tree204ab2cb92783cd632be4c5b2a374f27c711621c /recipes/notion-calendar/webview.js
parentBump tj-actions/changed-files from 42 to 44 (#523) (diff)
downloadferdium-recipes-099f02943602d42d42bc20fd173f81af7da40625.tar.gz
ferdium-recipes-099f02943602d42d42bc20fd173f81af7da40625.tar.zst
ferdium-recipes-099f02943602d42d42bc20fd173f81af7da40625.zip
Fix notion calendar login (#529)
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};