diff --git a/routes/pronouns.vue b/routes/pronouns.vue index e09d5b5c0..48205bba1 100644 --- a/routes/pronouns.vue +++ b/routes/pronouns.vue @@ -131,12 +131,6 @@ @@ -274,7 +268,6 @@ export default { // for its' default to prevent a crash selectedPronoun: pronouns[this.$config.pronouns.default].clone(true) ?? 'he', selectedMorpheme: '', - linkCompressedAlternative: false, customiseMultiple: false, multiple: this.$config.pronouns.multiple ? this.$config.pronouns.multiple.examples[0].split('&') : [], @@ -330,7 +323,7 @@ export default { let link; if (this.usedBaseEquals) { link = this.usedBase; - } else if (slashes && !this.linkCompressedAlternative) { + } else if (slashes) { link = slashes; } else { link = this.longLink;