aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jira/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jira/index.js')
-rw-r--r--recipes/jira/index.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/jira/index.js b/recipes/jira/index.js
index 9fd312d..038749a 100644
--- a/recipes/jira/index.js
+++ b/recipes/jira/index.js
@@ -1,8 +1,5 @@
1module.exports = (Franz) => class Jira extends Franz { 1module.exports = (Ferdi) => class Jira extends Ferdi {
2 overrideUserAgent() { 2 overrideUserAgent() {
3 return window.navigator.userAgent.replace( 3 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim();
4 /(Ferdi|Electron)\/\S+ \([^)]+\)/g,
5 '',
6 );
7 } 4 }
8}; 5};