aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/webview.js
blob: 097df0d7cb45b8aa137ea02b3231f50e20b7bf6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
const _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

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

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