From 97697e3d069972844b2912a93022f4a4904a40d6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 31 Jul 2021 15:28:23 +0530 Subject: Fixed eslintrc as root for this folder; Reformatted all files. --- recipes/nomadlist/webview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/nomadlist/webview.js') diff --git a/recipes/nomadlist/webview.js b/recipes/nomadlist/webview.js index a754a5f..be1040c 100644 --- a/recipes/nomadlist/webview.js +++ b/recipes/nomadlist/webview.js @@ -4,7 +4,7 @@ module.exports = (Franz, options) => { const getMessages = () => { // get unread messages // const updates = document.getElementById('franz').getAttribute('data-unread'); - const count = $(".unread").length; + const count = $('.unread').length; Franz.setBadge(count); // get conversations in 'My Inbox' @@ -18,4 +18,4 @@ module.exports = (Franz, options) => { // check for new messages every second and update Franz badge Franz.loop(getMessages); -}; \ No newline at end of file +}; -- cgit v1.2.3-70-g09d2