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/basecamp/webview.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/basecamp/webview.js') diff --git a/recipes/basecamp/webview.js b/recipes/basecamp/webview.js index 9d8e677..7d13751 100644 --- a/recipes/basecamp/webview.js +++ b/recipes/basecamp/webview.js @@ -12,7 +12,7 @@ function hide(element) { element.style.display = 'none'; } -module.exports = Ferdi => { +module.exports = Ferdium => { const modal = document.createElement('div'); const waitFor = (condition, callback) => { @@ -41,7 +41,7 @@ module.exports = Ferdi => { } } - // Replace window.alert to hide alerts in Ferdi + // Replace window.alert to hide alerts in Ferdium const oldAlert = window.alert; window.alert = function () { // when Google Calendar displays an alert notify the user @@ -67,5 +67,5 @@ module.exports = Ferdi => { } }); - Ferdi.injectCSS(_path.default.join(__dirname, 'css', 'modal.css')); + Ferdium.injectCSS(_path.default.join(__dirname, 'css', 'modal.css')); }; -- cgit v1.2.3-54-g00ecf