aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastmail/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fastmail/webview.js')
-rw-r--r--recipes/fastmail/webview.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/fastmail/webview.js b/recipes/fastmail/webview.js
index df39728..48066fe 100644
--- a/recipes/fastmail/webview.js
+++ b/recipes/fastmail/webview.js
@@ -1,10 +1,8 @@
1'use strict';
2
3const path = require('path'); 1const path = require('path');
4 2
5module.exports = (Franz) => { 3module.exports = (Franz) => {
6 const getMessages = () => { 4 const getMessages = () => {
7 const inbox = document.querySelector(".v-MailboxSource--inbox .v-MailboxSource-badge"); 5 const inbox = document.querySelector('.v-MailboxSource--inbox .v-MailboxSource-badge');
8 if (!inbox) { 6 if (!inbox) {
9 return; 7 return;
10 } 8 }