From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/hangouts/package.json | 2 +- recipes/hangouts/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/hangouts') diff --git a/recipes/hangouts/package.json b/recipes/hangouts/package.json index cad4216..8e9f55f 100644 --- a/recipes/hangouts/package.json +++ b/recipes/hangouts/package.json @@ -1,7 +1,7 @@ { "id": "hangouts", "name": "Hangouts", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "config": { "serviceURL": "https://hangouts.google.com", 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 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { // get unread messages const count = document.querySelector('#hangout-landing-chat iframe').contentWindow.document.querySelectorAll('.ee').length; -- cgit v1.2.3-54-g00ecf