aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/evernote/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/evernote/webview.js')
-rw-r--r--recipes/evernote/webview.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/evernote/webview.js b/recipes/evernote/webview.js
index b877798..8178443 100644
--- a/recipes/evernote/webview.js
+++ b/recipes/evernote/webview.js
@@ -2,14 +2,14 @@ const _path = _interopRequireDefault(require('path'));
2 2
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 = (Ferdium) => {
6 const getMessages = () => { 6 const getMessages = () => {
7 const inbox = document.querySelector('.topbar-notificationsButton.has-newNotifications'); 7 const inbox = document.querySelector('.topbar-notificationsButton.has-newNotifications');
8 const passiveCount = inbox === null ? 0 : 1; 8 const passiveCount = inbox === null ? 0 : 1;
9 Ferdi.setBadge(0, passiveCount); 9 Ferdium.setBadge(0, passiveCount);
10 }; 10 };
11 11
12 Ferdi.loop(getMessages); 12 Ferdium.loop(getMessages);
13 13
14 Ferdi.injectCSS(_path.default.join(__dirname, 'css', 'franz.css')); 14 Ferdium.injectCSS(_path.default.join(__dirname, 'css', 'franz.css'));
15}; 15};