Clean up
This commit is contained in:
parent
5e0f5c31e7
commit
ce28c70c35
1 changed files with 0 additions and 2 deletions
|
@ -47,11 +47,9 @@ export default function(html: string): string {
|
|||
//#region ホスト名部分が省略されているので復元する
|
||||
const acct = `${txt}@${(new URL(href.value)).hostname}`;
|
||||
text += acct;
|
||||
break;
|
||||
//#endregion
|
||||
} else if (part.length == 3) {
|
||||
text += txt;
|
||||
break;
|
||||
}
|
||||
// その他
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue