summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-24 17:27:35 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-25 14:53:27 +0200
commit19a56a6fba9ad82f9b0c34d92bb4cd256ae88a94 (patch)
treee7990c9f913a93e567beb360a44bd869aa5dda32 /src
parent867fd79e2d53f6ba8c261e3c96a533f6c1f88ea1 (diff)
Regex fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Settings/SettingsNewAddressbook.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings/SettingsNewAddressbook.vue b/src/components/Settings/SettingsNewAddressbook.vue
index db715aa7..609fd1bd 100644
--- a/src/components/Settings/SettingsNewAddressbook.vue
+++ b/src/components/Settings/SettingsNewAddressbook.vue
@@ -48,7 +48,7 @@ export default {
loading: false,
displayName: '',
// no slash!!
- addressBookRegex: '[^\/]+'
+ addressBookRegex: '[^/\\]+'
}
},
methods: {