Skip to content
Snippets Groups Projects
Commit ce28c70c authored by syuilo's avatar syuilo
Browse files

Clean up

parent 5e0f5c31
No related branches found
Tags 8.21.0
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment