From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/zulip/package.json | 2 +- recipes/zulip/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/zulip') diff --git a/recipes/zulip/package.json b/recipes/zulip/package.json index 21b2d44..2dd209a 100644 --- a/recipes/zulip/package.json +++ b/recipes/zulip/package.json @@ -1,7 +1,7 @@ { "id": "zulip", "name": "Zulip", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "config": { "hasNotificationSound": true, diff --git a/recipes/zulip/webview.js b/recipes/zulip/webview.js index 09e999d..3de6c90 100644 --- a/recipes/zulip/webview.js +++ b/recipes/zulip/webview.js @@ -1,5 +1,5 @@ module.exports = (Ferdi) => { - const getMessages = function getMessages() { + const getMessages = () => { const allMessages = Math.round(document.querySelectorAll('#global_filters .top_left_all_messages .count .value')[0].innerText); Ferdi.setBadge(allMessages); }; -- cgit v1.2.3-70-g09d2