aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
authorLibravatar Jake Lee <github@jakelee.co.uk>2020-04-10 23:24:57 +0100
committerLibravatar Jake Lee <github@jakelee.co.uk>2020-04-10 23:24:57 +0100
commit7847288c8904258b92b78a6811a8b915bcf8d14e (patch)
tree5184f0f684c1641aa83e9f211becf15f146803f3 /uncompressed
parentAdd Nextdoor recipe (diff)
downloadferdium-recipes-7847288c8904258b92b78a6811a8b915bcf8d14e.tar.gz
ferdium-recipes-7847288c8904258b92b78a6811a8b915bcf8d14e.tar.zst
ferdium-recipes-7847288c8904258b92b78a6811a8b915bcf8d14e.zip
Replaces tab indents with spaces
Diffstat (limited to 'uncompressed')
-rw-r--r--uncompressed/nextdoor/package.json2
-rw-r--r--uncompressed/nextdoor/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/uncompressed/nextdoor/package.json b/uncompressed/nextdoor/package.json
index 42a2554..e7789c6 100644
--- a/uncompressed/nextdoor/package.json
+++ b/uncompressed/nextdoor/package.json
@@ -8,7 +8,7 @@
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://nextdoor.co.uk/inbox/", 10 "serviceURL": "https://nextdoor.co.uk/inbox/",
11 "hasTeamId": false, 11 "hasTeamId": false,
12 "hasNotificationSound": false 12 "hasNotificationSound": false
13 } 13 }
14} 14}
diff --git a/uncompressed/nextdoor/webview.js b/uncompressed/nextdoor/webview.js
index 2e27548..c17e99d 100644
--- a/uncompressed/nextdoor/webview.js
+++ b/uncompressed/nextdoor/webview.js
@@ -2,7 +2,7 @@
2 2
3module.exports = Franz => { 3module.exports = Franz => {
4 const getMessages = function getMessages() { 4 const getMessages = function getMessages() {
5 const unread = document.getElementsByClassName('notification-badge')[0].innerText; 5 const unread = document.getElementsByClassName('notification-badge')[0].innerText;
6 Franz.setBadge(parseInt(unread, 10)); 6 Franz.setBadge(parseInt(unread, 10));
7 }; 7 };
8 8