aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dropbox/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dropbox/webview.js')
-rw-r--r--recipes/dropbox/webview.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/dropbox/webview.js b/recipes/dropbox/webview.js
index 0740019..12478d3 100644
--- a/recipes/dropbox/webview.js
+++ b/recipes/dropbox/webview.js
@@ -1,8 +1,8 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdium) => {
2 const getMessages = () => { 2 const getMessages = () => {
3 const hasNotifications = document.querySelector(".dig-NotificationBadge"); 3 const hasNotifications = document.querySelector(".dig-NotificationBadge");
4 4
5 Ferdi.setBadge(0, hasNotifications ? 1 : 0); 5 Ferdium.setBadge(0, hasNotifications ? 1 : 0);
6 }; 6 };
7 Ferdi.loop(getMessages); 7 Ferdium.loop(getMessages);
8}; 8};