aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/index.js
diff options
context:
space:
mode:
authorLibravatar Cromefire_ <tim.langhorst@outlook.de>2021-01-05 22:59:23 +0100
committerLibravatar GitHub <noreply@github.com>2021-01-05 22:59:23 +0100
commit822c5680c0461c90468cd8a69a37e3354376c73c (patch)
tree3b303387bb6f6270d92b82a703df802800a6626c /recipes/office365-owa/index.js
parentAdd recipe for Infomaniak Mail (#373) (diff)
downloadferdium-recipes-822c5680c0461c90468cd8a69a37e3354376c73c.tar.gz
ferdium-recipes-822c5680c0461c90468cd8a69a37e3354376c73c.tar.zst
ferdium-recipes-822c5680c0461c90468cd8a69a37e3354376c73c.zip
Synchronize Outlook services and correct message count (#398)
Diffstat (limited to 'recipes/office365-owa/index.js')
-rw-r--r--recipes/office365-owa/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/office365-owa/index.js b/recipes/office365-owa/index.js
index ce5229a..12994ff 100644
--- a/recipes/office365-owa/index.js
+++ b/recipes/office365-owa/index.js
@@ -1,7 +1,7 @@
1var os = require('os') 1var os = require('os')
2 2
3module.exports = Franz => 3module.exports = Ferdi =>
4 class Owa extends Franz { 4 class Outlook extends Ferdi {
5 overrideUserAgent() { 5 overrideUserAgent() {
6 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g,"").trim(); 6 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g,"").trim();
7 } 7 }