aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/icq/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/icq/webview.js')
-rw-r--r--recipes/icq/webview.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/icq/webview.js b/recipes/icq/webview.js
index 07888c2..9114d24 100644
--- a/recipes/icq/webview.js
+++ b/recipes/icq/webview.js
@@ -13,10 +13,6 @@ module.exports = Franz => {
13 } 13 }
14 } 14 }
15 15
16 if (isNaN(directs)) {
17 directs = 0;
18 }
19
20 Franz.setBadge(directs); 16 Franz.setBadge(directs);
21 }; 17 };
22 18