aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangouts/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hangouts/webview.js')
-rw-r--r--recipes/hangouts/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/hangouts/webview.js b/recipes/hangouts/webview.js
index 41fced1..a87893d 100644
--- a/recipes/hangouts/webview.js
+++ b/recipes/hangouts/webview.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 // get unread messages 3 // get unread messages
4 const count = document.querySelector('#hangout-landing-chat iframe').contentWindow.document.querySelectorAll('.ee').length; 4 const count = document.querySelector('#hangout-landing-chat iframe').contentWindow.document.querySelectorAll('.ee').length;
5 5