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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gotomeeting/index.js b/recipes/gotomeeting/index.js
index bde0ae0..fa15a16 100644
--- a/recipes/gotomeeting/index.js
+++ b/recipes/gotomeeting/index.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => class Gotomeeting extends Ferdi { 1module.exports = Ferdium => class Gotomeeting extends Ferdium {
2 overrideUserAgent() { 2 overrideUserAgent() {
3 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, ''); 3 return window.navigator.userAgent.replace(/(Ferdium|Electron)\/\S+ \([^)]+\)/g, '');
4 } 4 }
5}; 5};