aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/threema/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/threema/webview.js')
-rw-r--r--recipes/threema/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/threema/webview.js b/recipes/threema/webview.js
index d303b1b..40f5203 100644
--- a/recipes/threema/webview.js
+++ b/recipes/threema/webview.js
@@ -3,7 +3,7 @@ const _path = _interopRequireDefault(require('path'));
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = Ferdi => { 5module.exports = Ferdi => {
6 const getMessages = function getMessages() { 6 const getMessages = () => {
7 const elements = document.querySelectorAll('.badge.unread-count:not(.ng-hide)'); 7 const elements = document.querySelectorAll('.badge.unread-count:not(.ng-hide)');
8 let count = 0; 8 let count = 0;
9 9