aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/webview.js
blob: 1cd21682f165329a19a0e932e71b37904e9949cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
"use strict";

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";
    }
};