mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
[profile] trim pronouns
This commit is contained in:
parent
f6f64176d3
commit
dfb7c0a9ca
@ -148,6 +148,7 @@
|
||||
const link = decodeURIComponent(
|
||||
pronoun
|
||||
.toLowerCase()
|
||||
.trim()
|
||||
.replace(new RegExp('^' + this.$base), '')
|
||||
.replace(new RegExp('^' + this.$base.replace(/^https?:\/\//, '')), '')
|
||||
.replace(new RegExp('^/'), '')
|
||||
|
@ -192,6 +192,7 @@
|
||||
const link = decodeURIComponent(
|
||||
pronoun
|
||||
.toLowerCase()
|
||||
.trim()
|
||||
.replace(new RegExp('^' + this.$base), '')
|
||||
.replace(new RegExp('^' + this.$base.replace(/^https?:\/\//, '')), '')
|
||||
.replace(new RegExp('^/'), '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user