aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextdoor/webview.js
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/nextdoor/webview.js
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/nextdoor/webview.js')
-rw-r--r--uncompressed/nextdoor/webview.js2
1 files changed, 1 insertions, 1 deletions
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