aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoho/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zoho/webview.js')
-rw-r--r--recipes/zoho/webview.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/zoho/webview.js b/recipes/zoho/webview.js
new file mode 100644
index 0000000..e4f6108
--- /dev/null
+++ b/recipes/zoho/webview.js
@@ -0,0 +1,11 @@
1const path = require('path');
2
3module.exports = (Franz, options) => {
4 const getMessages = () => {
5 const unreadMail = $(".zm_urd").not(".hidden").length;
6
7 Franz.setBadge(unreadMail);
8 }
9
10 Franz.loop(getMessages);
11}; \ No newline at end of file