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/zoho/webview.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'recipes/zoho/webview.js') diff --git a/recipes/zoho/webview.js b/recipes/zoho/webview.js index 7c833a3..02a5039 100644 --- a/recipes/zoho/webview.js +++ b/recipes/zoho/webview.js @@ -2,9 +2,9 @@ const _path = _interopRequireDefault(require('path')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } -module.exports = (Ferdi) => { +module.exports = (Ferdium) => { const getMessages = () => { - Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); + Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); }; //Zoho uses different URLs for different regions. Find out which region the account belongs to and redirect to the correct URL. @@ -18,6 +18,5 @@ module.exports = (Ferdi) => { } window.addEventListener('load', redirectRegion); - Ferdi.loop(getMessages); - + Ferdium.loop(getMessages); }; -- cgit v1.2.3-54-g00ecf