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/thelounge/package.json | 2 +- recipes/thelounge/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/thelounge') diff --git a/recipes/thelounge/package.json b/recipes/thelounge/package.json index a954b43..a3f833b 100644 --- a/recipes/thelounge/package.json +++ b/recipes/thelounge/package.json @@ -1,7 +1,7 @@ { "id": "thelounge", "name": "The Lounge", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "hasCustomUrl": true, diff --git a/recipes/thelounge/webview.js b/recipes/thelounge/webview.js index 7174749..28f647c 100644 --- a/recipes/thelounge/webview.js +++ b/recipes/thelounge/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { const indirectElements = document.querySelectorAll('.badge:not(.highlight)'); const direct = document.querySelectorAll('.badge.highlight').length; let indirect = 0; -- cgit v1.2.3-70-g09d2