aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yandex-mail
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/yandex-mail')
-rw-r--r--recipes/yandex-mail/package.json2
-rw-r--r--recipes/yandex-mail/webview.js2
2 files changed, 2 insertions, 2 deletions
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 @@
1{ 1{
2 "id": "yandex-mail", 2 "id": "yandex-mail",
3 "name": "Yandex Mail", 3 "name": "Yandex Mail",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://mail.yandex.ru" 7 "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 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 let count = 0; 3 let count = 0;
4 4
5 if (document.getElementsByClassName('mail-LabelList-Item_count').length > 1) { 5 if (document.getElementsByClassName('mail-LabelList-Item_count').length > 1) {