aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackoverflow/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stackoverflow/webview.js')
-rw-r--r--recipes/stackoverflow/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/stackoverflow/webview.js b/recipes/stackoverflow/webview.js
index 4d20768..437fb49 100644
--- a/recipes/stackoverflow/webview.js
+++ b/recipes/stackoverflow/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('.CxUIE, .unread'); 7 const elements = document.querySelectorAll('.CxUIE, .unread');
8 let count = 0; 8 let count = 0;
9 for (let i = 0; i < elements.length; i += 1) { 9 for (let i = 0; i < elements.length; i += 1) {