aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/gotomeeting/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/gotomeeting/webview.js')
-rw-r--r--uncompressed/gotomeeting/webview.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/uncompressed/gotomeeting/webview.js b/uncompressed/gotomeeting/webview.js
deleted file mode 100644
index 1cd2168..0000000
--- a/uncompressed/gotomeeting/webview.js
+++ /dev/null
@@ -1,10 +0,0 @@
1"use strict";
2
3const path = require('path');
4
5module.exports = Ferdi => {
6 Ferdi.injectCSS(path.join(__dirname, 'service.css'));
7 if(document.location.href.match("after")){
8 document.location.href="https://app.gotomeeting.com/home.html";
9 }
10};