aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackoverflow/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stackoverflow/webview.js')
-rw-r--r--recipes/stackoverflow/webview.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/stackoverflow/webview.js b/recipes/stackoverflow/webview.js
index 83fd5dd..0da8914 100644
--- a/recipes/stackoverflow/webview.js
+++ b/recipes/stackoverflow/webview.js
@@ -2,7 +2,7 @@ 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 elements = document.querySelectorAll('.CxUIE, .unread'); 7 const elements = document.querySelectorAll('.CxUIE, .unread');
8 let count = 0; 8 let count = 0;
@@ -12,9 +12,9 @@ module.exports = (Ferdi) => {
12 } 12 }
13 } 13 }
14 14
15 Ferdi.setBadge(count); 15 Ferdium.setBadge(count);
16 }; 16 };
17 17
18 Ferdi.loop(getMessages); 18 Ferdium.loop(getMessages);
19 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 19 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
20}; 20};