aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lastpass/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lastpass/webview.js')
-rw-r--r--recipes/lastpass/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/lastpass/webview.js b/recipes/lastpass/webview.js
index 96e92ff..e50ad38 100644
--- a/recipes/lastpass/webview.js
+++ b/recipes/lastpass/webview.js
@@ -9,7 +9,7 @@ setTimeout(() => {
9}, 1000); 9}, 1000);
10 10
11module.exports = Ferdi => { 11module.exports = Ferdi => {
12 const getMessages = function getMessages() { 12 const getMessages = () => {
13 const elements = document.querySelectorAll('.CxUIE, .unread'); 13 const elements = document.querySelectorAll('.CxUIE, .unread');
14 let count = 0; 14 let count = 0;
15 15