aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/onenote
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/onenote')
-rw-r--r--recipes/onenote/package.json2
-rw-r--r--recipes/onenote/webview.js6
2 files changed, 1 insertions, 7 deletions
diff --git a/recipes/onenote/package.json b/recipes/onenote/package.json
index ca643b3..66a79a3 100644
--- a/recipes/onenote/package.json
+++ b/recipes/onenote/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "onenote", 2 "id": "onenote",
3 "name": "OneNote", 3 "name": "OneNote",
4 "version": "1.0.3", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://onenote.com" 7 "serviceURL": "https://onenote.com"
diff --git a/recipes/onenote/webview.js b/recipes/onenote/webview.js
index 3ad4701..10157e9 100644
--- a/recipes/onenote/webview.js
+++ b/recipes/onenote/webview.js
@@ -3,11 +3,5 @@ const _path = _interopRequireDefault(require('path'));
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = Ferdi => { 5module.exports = Ferdi => {
6 const getMessages = function getMessages() {
7 // TODO: Insert your notification-finding code here
8 Ferdi.setBadge(0, 0);
9 };
10
11 Ferdi.loop(getMessages);
12 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
13}; 7};