From 18801ed0c02627e87639dc0848cab44dacc18be2 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 06:51:50 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- recipes/hangouts/index.js | 2 +- recipes/hangouts/package.json | 2 +- recipes/hangouts/webview.js | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/hangouts') diff --git a/recipes/hangouts/index.js b/recipes/hangouts/index.js index e2a5585..dd41f72 100644 --- a/recipes/hangouts/index.js +++ b/recipes/hangouts/index.js @@ -1 +1 @@ -module.exports = (Ferdi) => class Hangouts extends Ferdi {}; +module.exports = Ferdium => Ferdium; diff --git a/recipes/hangouts/package.json b/recipes/hangouts/package.json index 8e9f55f..e14f05e 100644 --- a/recipes/hangouts/package.json +++ b/recipes/hangouts/package.json @@ -1,7 +1,7 @@ { "id": "hangouts", "name": "Hangouts", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "config": { "serviceURL": "https://hangouts.google.com", diff --git a/recipes/hangouts/webview.js b/recipes/hangouts/webview.js index a87893d..f57864e 100644 --- a/recipes/hangouts/webview.js +++ b/recipes/hangouts/webview.js @@ -1,11 +1,11 @@ -module.exports = Ferdi => { +module.exports = Ferdium => { const getMessages = () => { // get unread messages const count = document.querySelector('#hangout-landing-chat iframe').contentWindow.document.querySelectorAll('.ee').length; - // set Ferdi badge - Ferdi.setBadge(count); + // set Ferdium badge + Ferdium.setBadge(count); }; - Ferdi.loop(getMessages); + Ferdium.loop(getMessages); }; -- cgit v1.2.3-70-g09d2