aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whereby/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/whereby/webview.js')
-rw-r--r--recipes/whereby/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/whereby/webview.js b/recipes/whereby/webview.js
index 0e5529e..52d6d7b 100644
--- a/recipes/whereby/webview.js
+++ b/recipes/whereby/webview.js
@@ -3,7 +3,7 @@ var _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('.CxUIE, .unread'); 7 const elements = document.querySelectorAll('.CxUIE, .unread');
8 let count = 0; 8 let count = 0;
9 9