aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlemeet/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googlemeet/webview.js')
-rw-r--r--recipes/googlemeet/webview.js2
1 files changed, 1 insertions, 1 deletions
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