aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/webview.js
blob: 6e0b3708786c3d1c9958bf3a1088c34569e054c6 (plain) (blame)
1
2
3
4
5
6
7
8
const path = require('path');

module.exports = Ferdi => {
  Ferdi.injectCSS(path.join(__dirname, 'service.css'));
  if (document.location.href.match('after')) {
    	document.location.href = 'https://app.gotomeeting.com/home.html';
  }
};