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/tt-rss/webview.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/tt-rss/webview.js') diff --git a/recipes/tt-rss/webview.js b/recipes/tt-rss/webview.js index 1bb700a..3e3a0d3 100644 --- a/recipes/tt-rss/webview.js +++ b/recipes/tt-rss/webview.js @@ -1,6 +1,6 @@ "use strict"; -module.exports = Ferdi => { +module.exports = Ferdium => { const getMessages = function getMessages() { // Initialize empty vars var unread = 0; @@ -10,12 +10,12 @@ module.exports = Ferdi => { // Some logic to handle the match groups unread = match != null && match.length > 0 ? match[1] : 0; // Set unread msgs badge - Ferdi.setBadge(Number.parseInt(unread, 10)); + Ferdium.setBadge(Number.parseInt(unread, 10)); }; const loopFunc = () => { getMessages(); }; - Ferdi.loop(loopFunc); + Ferdium.loop(loopFunc); }; -- cgit v1.2.3-70-g09d2