some requested changes to linkAttribution.
This commit is contained in:
parent
4234a68b3e
commit
56db26f236
3 changed files with 26 additions and 29 deletions
|
|
@ -38,7 +38,7 @@ const autochange = ref(false);
|
|||
const tutorialTag = '`<meta name="fediverse:creator" content="' + $i.username + '@' + toUnicode(hostRaw) + '" />`';
|
||||
|
||||
async function save() {
|
||||
let domains = attributionDomains.value
|
||||
const domains = attributionDomains.value
|
||||
.trim().split('\n')
|
||||
.map(el => el.trim().toLowerCase())
|
||||
.filter(el => el);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue