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/tweetdeck/package.json | 2 +- recipes/tweetdeck/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/tweetdeck') diff --git a/recipes/tweetdeck/package.json b/recipes/tweetdeck/package.json index 5400bac..2fc57fd 100644 --- a/recipes/tweetdeck/package.json +++ b/recipes/tweetdeck/package.json @@ -1,7 +1,7 @@ { "id": "tweetdeck", "name": "Tweetdeck", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "config": { "serviceURL": "https://tweetdeck.twitter.com/", diff --git a/recipes/tweetdeck/webview.js b/recipes/tweetdeck/webview.js index 54b7997..9bdc2be 100644 --- a/recipes/tweetdeck/webview.js +++ b/recipes/tweetdeck/webview.js @@ -4,7 +4,7 @@ module.exports = Ferdi => { window.location.assign(url); }); - const getMessages = function getMessages() { + const getMessages = () => { const elements = document.querySelectorAll('.msg-unread-count'); let count = 0; if (elements[0]) { -- cgit v1.2.3-70-g09d2