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/protonet/index.js | 2 +- recipes/protonet/package.json | 2 +- recipes/protonet/webview.js | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/protonet') diff --git a/recipes/protonet/index.js b/recipes/protonet/index.js index 23607bd..dd41f72 100755 --- a/recipes/protonet/index.js +++ b/recipes/protonet/index.js @@ -1 +1 @@ -module.exports = Ferdi => Ferdi; +module.exports = Ferdium => Ferdium; diff --git a/recipes/protonet/package.json b/recipes/protonet/package.json index 80923de..a876339 100755 --- a/recipes/protonet/package.json +++ b/recipes/protonet/package.json @@ -1,7 +1,7 @@ { "id": "protonet", "name": "protonet", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "config": { "serviceURL": "https://{teamID}.protonet.info", diff --git a/recipes/protonet/webview.js b/recipes/protonet/webview.js index 497ee8c..4ec9f78 100755 --- a/recipes/protonet/webview.js +++ b/recipes/protonet/webview.js @@ -1,10 +1,10 @@ -module.exports = (Ferdi) => { +module.exports = (Ferdium) => { const getMessages = () => { - const unreadPrivateMessages = Ferdi.safeParseInt($('.messages .unread-meeps').text()); - const unreadGroupMessages = Ferdi.safeParseInt($('.today .unread-meeps').text()); + const unreadPrivateMessages = Ferdium.safeParseInt($('.messages .unread-meeps').text()); + const unreadGroupMessages = Ferdium.safeParseInt($('.today .unread-meeps').text()); - Ferdi.setBadge(unreadPrivateMessages + unreadGroupMessages); + Ferdium.setBadge(unreadPrivateMessages + unreadGroupMessages); }; - Ferdi.loop(getMessages); + Ferdium.loop(getMessages); }; -- cgit v1.2.3-70-g09d2