From a2e7eb3d35b1b5d138fde70cef23809c00e9cc7e Mon Sep 17 00:00:00 2001 From: Steffen Date: Wed, 1 Jul 2020 08:18:07 +0200 Subject: [PATCH] Update EditionModal.vue --- src/components/modals/EditionModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modals/EditionModal.vue b/src/components/modals/EditionModal.vue index d06e43a..7c99380 100644 --- a/src/components/modals/EditionModal.vue +++ b/src/components/modals/EditionModal.vue @@ -85,7 +85,7 @@ export default { scripts: [ [ "Catfishing 8.0 (+Sentinel)", - "https://gist.githubusercontent.com/bra1n/8a5ec41a7bbf945f6b7dfc1cef72b569/raw/b5c63ac303f279dba918b897211cb6dc708bc64e/catfishing.json" + "https://gist.githubusercontent.com/bra1n/8a5ec41a7bbf945f6b7dfc1cef72b569/raw/a9451def4bb7b3c424426e9524ee94f3ac65dbf4/catfishing.json" ], [ "On Thin Ice (Teensyville, +Sentinel)", @@ -139,7 +139,7 @@ export default { this.$store.commit( "setCustomRoles", roles.map(role => { - role.id = role.id.toLocaleLowerCase().replace(/[^a-z0-9-]/g, ""); + role.id = role.id.toLocaleLowerCase().replace(/[^a-z0-9]/g, ""); return role; }) );