Skip to content

Commit a9444ab

Browse files
save file
1 parent cfdddb5 commit a9444ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/editors/html-editor/v2.0/html-editor-v2.0.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
465465
if (!SAVE_RE.test(document.title)) {
466466
document.title = "💾 " + document.title;
467467
}
468+
console.log(document.title.codePointAt(0).toString(16));
469+
console.log(document.title.codePointAt(1).toString(16));
470+
468471

469472

470473
}//change

0 commit comments

Comments
 (0)