aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/webview.js
blob: ab5f07ca796c2f77591444fd5e2e1cd131c0b308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
  Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));

  if (document.location.href.match('after')) {
    document.location.href = 'https://app.gotomeeting.com/home.html';
  }
};