aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zoho/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/zoho/webview.js')
-rw-r--r--uncompressed/zoho/webview.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/uncompressed/zoho/webview.js b/uncompressed/zoho/webview.js
deleted file mode 100644
index e4f6108..0000000
--- a/uncompressed/zoho/webview.js
+++ /dev/null
@@ -1,11 +0,0 @@
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