aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-tasks/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud-tasks/webview.js')
-rw-r--r--recipes/nextcloud-tasks/webview.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/nextcloud-tasks/webview.js b/recipes/nextcloud-tasks/webview.js
index cecd453..e9e6433 100644
--- a/recipes/nextcloud-tasks/webview.js
+++ b/recipes/nextcloud-tasks/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 direct = document.querySelectorAll( 7 const direct = document.querySelectorAll(
8 '.app-navigation-entry-utils-counter.highlighted', 8 '.app-navigation-entry-utils-counter.highlighted',
@@ -11,10 +11,10 @@ module.exports = Ferdi => {
11 '.app-navigation-entry-utils-counter:not(.highlighted)', 11 '.app-navigation-entry-utils-counter:not(.highlighted)',
12 ).length; 12 ).length;
13 13
14 Ferdi.setBadge(direct, indirect); 14 Ferdium.setBadge(direct, indirect);
15 }; 15 };
16 16
17 Ferdi.loop(getMessages); 17 Ferdium.loop(getMessages);
18 18
19 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 19 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
20}; 20};