aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/monday/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/monday/webview.js')
-rwxr-xr-xrecipes/monday/webview.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/monday/webview.js b/recipes/monday/webview.js
index ff83694..e07e784 100755
--- a/recipes/monday/webview.js
+++ b/recipes/monday/webview.js
@@ -12,10 +12,6 @@ module.exports = Franz => {
12 count += parseInt(counters[i].textContent); 12 count += parseInt(counters[i].textContent);
13 } 13 }
14 14
15 if (isNaN(count)) {
16 count = 0;
17 }
18
19 Franz.setBadge(count); 15 Franz.setBadge(count);
20 }; 16 };
21 17