aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gotomeeting/webview.js')
-rw-r--r--recipes/gotomeeting/webview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gotomeeting/webview.js b/recipes/gotomeeting/webview.js
index 097df0d..0ff41ad 100644
--- a/recipes/gotomeeting/webview.js
+++ b/recipes/gotomeeting/webview.js
@@ -2,8 +2,8 @@ const _path = _interopRequireDefault(require('path'));
2 2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = Ferdi => { 5module.exports = Ferdium => {
6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
7 7
8 if (document.location.href.match('after')) { 8 if (document.location.href.match('after')) {
9 document.location.href = 'https://app.gotomeeting.com/home.html'; 9 document.location.href = 'https://app.gotomeeting.com/home.html';