aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mailbox.org
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:28:23 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-31 15:28:23 +0530
commit97697e3d069972844b2912a93022f4a4904a40d6 (patch)
tree53faff30fbac9d72042f593dfe1c547809f4f121 /recipes/mailbox.org
parentAllow any url in the custom-service to allow for sites like 'http://translate... (diff)
downloadferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.tar.gz
ferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.tar.zst
ferdium-recipes-97697e3d069972844b2912a93022f4a4904a40d6.zip
Fixed eslintrc as root for this folder; Reformatted all files.
Diffstat (limited to 'recipes/mailbox.org')
-rw-r--r--recipes/mailbox.org/index.js2
-rw-r--r--recipes/mailbox.org/webview.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/mailbox.org/index.js b/recipes/mailbox.org/index.js
index 886d7f6..5c9f5a4 100644
--- a/recipes/mailbox.org/index.js
+++ b/recipes/mailbox.org/index.js
@@ -1,2 +1,2 @@
1// default integration (e.g messenger.com, ...) 1// default integration (e.g messenger.com, ...)
2module.exports = Franz => Franz; \ No newline at end of file 2module.exports = Franz => Franz;
diff --git a/recipes/mailbox.org/webview.js b/recipes/mailbox.org/webview.js
index 56cfa6e..c195089 100644
--- a/recipes/mailbox.org/webview.js
+++ b/recipes/mailbox.org/webview.js
@@ -3,7 +3,6 @@ module.exports = (Franz) => {
3 const count = document.querySelectorAll('.new-item').length; 3 const count = document.querySelectorAll('.new-item').length;
4 4
5 Franz.setBadge(count); 5 Franz.setBadge(count);
6
7 }; 6 };
8 Franz.loop(getMessages); 7 Franz.loop(getMessages);
9}; 8};