Skip to content

Commit 7c612a0

Browse files
save file
1 parent a9444ab commit 7c612a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
var output;
104104
var log;
105105

106+
107+
106108

107109
//:
108110

@@ -465,9 +467,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
465467
if (!SAVE_RE.test(document.title)) {
466468
document.title = "💾 " + document.title;
467469
}
468-
console.log(document.title.codePointAt(0).toString(16));
469-
console.log(document.title.codePointAt(1).toString(16));
470-
471470

472471

473472
}//change

0 commit comments

Comments
 (0)