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/icq/package.json | 2 +- recipes/icq/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/icq') diff --git a/recipes/icq/package.json b/recipes/icq/package.json index 35de4bb..1dee7f0 100644 --- a/recipes/icq/package.json +++ b/recipes/icq/package.json @@ -1,7 +1,7 @@ { "id": "icq", "name": "ICQ", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "repository": "https://github.com/meetfranz/recipe-icq", "config": { diff --git a/recipes/icq/webview.js b/recipes/icq/webview.js index 653dc69..1bffd27 100644 --- a/recipes/icq/webview.js +++ b/recipes/icq/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { let directs = 0; const elements = document.getElementsByClassName('nwa-msg-counter icq-recent_state-read'); for (let i = 0; i < elements.length; i++) { -- cgit v1.2.3-54-g00ecf