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/cliq/package.json | 2 +- recipes/cliq/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/cliq') diff --git a/recipes/cliq/package.json b/recipes/cliq/package.json index ecb01f5..95c07af 100644 --- a/recipes/cliq/package.json +++ b/recipes/cliq/package.json @@ -1,7 +1,7 @@ { "id": "cliq", "name": "Cliq", - "version": "1.1.0", + "version": "1.1.1", "repository": "https://github.com/cliqgeek/recipe-cliq", "config": { "serviceURL": "https://www.zoho.com/cliq/login.html", diff --git a/recipes/cliq/webview.js b/recipes/cliq/webview.js index 067ea5b..0c6e550 100644 --- a/recipes/cliq/webview.js +++ b/recipes/cliq/webview.js @@ -1,6 +1,6 @@ module.exports = Ferdi => { const getMessages = () => { - Ferdi.setBadge(ConversationsList.getUnreadBadgeCount()); + // Ferdi.setBadge(ConversationsList.getUnreadBadgeCount()); }; Ferdi.loop(getMessages); -- cgit v1.2.3-54-g00ecf