aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mailbox.org/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mailbox.org/webview.js')
-rw-r--r--recipes/mailbox.org/webview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/mailbox.org/webview.js b/recipes/mailbox.org/webview.js
index 56cfa6e..c195089 100644
--- a/recipes/mailbox.org/webview.js
+++ b/recipes/mailbox.org/webview.js
@@ -3,7 +3,6 @@ module.exports = (Franz) => {
3 const count = document.querySelectorAll('.new-item').length; 3 const count = document.querySelectorAll('.new-item').length;
4 4
5 Franz.setBadge(count); 5 Franz.setBadge(count);
6
7 }; 6 };
8 Franz.loop(getMessages); 7 Franz.loop(getMessages);
9}; 8};