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