aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/podio
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/podio
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/podio')
-rw-r--r--recipes/podio/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/podio/webview.js b/recipes/podio/webview.js
index b1ddc4f..2b1ed2a 100644
--- a/recipes/podio/webview.js
+++ b/recipes/podio/webview.js
@@ -6,7 +6,7 @@ module.exports = (Franz, options) => {
6 const updates = document.getElementsByClassName('counter')[0].innerHTML; 6 const updates = document.getElementsByClassName('counter')[0].innerHTML;
7 7
8 // get conversations in 'My Inbox' 8 // get conversations in 'My Inbox'
9 //const inbox = document.getElementById('franz').getAttribute('data-inbox'); 9 // const inbox = document.getElementById('franz').getAttribute('data-inbox');
10 10
11 // set Franz badge 11 // set Franz badge
12 // updates => active unread count 12 // updates => active unread count