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/yandex-mail/package.json | 2 +- recipes/yandex-mail/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/yandex-mail') diff --git a/recipes/yandex-mail/package.json b/recipes/yandex-mail/package.json index 356c1b9..0e5bbfb 100644 --- a/recipes/yandex-mail/package.json +++ b/recipes/yandex-mail/package.json @@ -1,7 +1,7 @@ { "id": "yandex-mail", "name": "Yandex Mail", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "config": { "serviceURL": "https://mail.yandex.ru" diff --git a/recipes/yandex-mail/webview.js b/recipes/yandex-mail/webview.js index 2c039a1..7a937a7 100644 --- a/recipes/yandex-mail/webview.js +++ b/recipes/yandex-mail/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { let count = 0; if (document.getElementsByClassName('mail-LabelList-Item_count').length > 1) { -- cgit v1.2.3-70-g09d2