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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/kaizala/webview.js b/recipes/kaizala/webview.js
index 17ead54..c8bdd51 100644
--- a/recipes/kaizala/webview.js
+++ b/recipes/kaizala/webview.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 const count = document.querySelectorAll('.unseen-msg-count').length; 3 const count = document.querySelectorAll('.unseen-msg-count').length;
4 Ferdi.setBadge(count); 4 Ferdi.setBadge(count);
5 }; 5 };