aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/msteams/index.js')
-rw-r--r--recipes/msteams/index.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/msteams/index.js b/recipes/msteams/index.js
index 918b7b3..9d4c279 100644
--- a/recipes/msteams/index.js
+++ b/recipes/msteams/index.js
@@ -1,7 +1,5 @@
1"use strict";
2
3module.exports = Franz => class MicrosoftTeams extends Franz { 1module.exports = Franz => class MicrosoftTeams extends Franz {
4 overrideUserAgent() { 2 overrideUserAgent() {
5 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, ''); 3 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '');
6 } 4 }
7}; \ No newline at end of file 5};