aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlemeet
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googlemeet')
-rw-r--r--recipes/googlemeet/package.json2
-rw-r--r--recipes/googlemeet/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/googlemeet/package.json b/recipes/googlemeet/package.json
index 731de9d..9b16d5a 100644
--- a/recipes/googlemeet/package.json
+++ b/recipes/googlemeet/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlemeet", 2 "id": "googlemeet",
3 "name": "Google Meet", 3 "name": "Google Meet",
4 "version": "2.2.2", 4 "version": "2.2.3",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://meet.google.com", 7 "serviceURL": "https://meet.google.com",
diff --git a/recipes/googlemeet/webview.js b/recipes/googlemeet/webview.js
index ac186ab..4ccee3e 100644
--- a/recipes/googlemeet/webview.js
+++ b/recipes/googlemeet/webview.js
@@ -11,7 +11,7 @@ window.onload = () => {
11}; 11};
12 12
13module.exports = Ferdi => { 13module.exports = Ferdi => {
14 const getMessages = function getMessages() { 14 const getMessages = () => {
15 const elements = document.querySelectorAll('.CxUIE, .unread'); 15 const elements = document.querySelectorAll('.CxUIE, .unread');
16 let count = 0; 16 let count = 0;
17 17