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/feedly/package.json | 2 +- recipes/feedly/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/feedly') diff --git a/recipes/feedly/package.json b/recipes/feedly/package.json index 0ff3f70..70442bc 100644 --- a/recipes/feedly/package.json +++ b/recipes/feedly/package.json @@ -1,7 +1,7 @@ { "id": "feedly", "name": "Feedly", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://feedly.com" diff --git a/recipes/feedly/webview.js b/recipes/feedly/webview.js index 09f4209..1c313e7 100644 --- a/recipes/feedly/webview.js +++ b/recipes/feedly/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - getMessages = () => { + const getMessages = () => { const newsDOM = document.querySelectorAll("div[title='All'] > .LeftnavListRow__count")[0].innerHTML; let counter = Ferdi.safeParseInt(newsDOM); -- cgit v1.2.3-70-g09d2