aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gotomeeting/index.js')
-rw-r--r--recipes/gotomeeting/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/gotomeeting/index.js b/recipes/gotomeeting/index.js
index 0b3f51c..d779159 100644
--- a/recipes/gotomeeting/index.js
+++ b/recipes/gotomeeting/index.js
@@ -1,8 +1,5 @@
1"use strict";
2
3module.exports = Franz => class Gotomeeting extends Franz { 1module.exports = Franz => class Gotomeeting extends Franz {
4 overrideUserAgent() { 2 overrideUserAgent() {
5 return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, ''); 3 return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, '');
6 } 4 }
7
8}; 5};