aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lastpass
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lastpass')
-rw-r--r--recipes/lastpass/package.json2
-rw-r--r--recipes/lastpass/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lastpass/package.json b/recipes/lastpass/package.json
index eed8f9e..cb0d15b 100644
--- a/recipes/lastpass/package.json
+++ b/recipes/lastpass/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "lastpass", 2 "id": "lastpass",
3 "name": "LastPass", 3 "name": "LastPass",
4 "version": "2.2.2", 4 "version": "2.2.3",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://lastpass.com/?ac=1&lpnorefresh=1", 7 "serviceURL": "https://lastpass.com/?ac=1&lpnorefresh=1",
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