aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kaizala/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kaizala/webview.js')
-rw-r--r--recipes/kaizala/webview.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/kaizala/webview.js b/recipes/kaizala/webview.js
index f77b276..f370ff1 100644
--- a/recipes/kaizala/webview.js
+++ b/recipes/kaizala/webview.js
@@ -1,5 +1,3 @@
1"use strict";
2
3module.exports = Franz => { 1module.exports = Franz => {
4 const getMessages = function getMessages() { 2 const getMessages = function getMessages() {
5 const count = document.querySelectorAll('.unseen-msg-count').length; 3 const count = document.querySelectorAll('.unseen-msg-count').length;
@@ -7,4 +5,4 @@ module.exports = Franz => {
7 }; 5 };
8 6
9 Franz.loop(getMessages); 7 Franz.loop(getMessages);
10}; \ No newline at end of file 8};