Skip to content

Commit 01617df

Browse files
save file
1 parent 2c7b2eb commit 01617df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
315315
var on = {};
316316
var set = {};
317317

318-
318+
319+
319320
//:
320321

321322

@@ -461,7 +462,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
461462

462463
on.change = function(){
463464
//console.log('on.change');
464-
if(!document.title.startsWith('💾'){
465+
if(!document.title.startsWith('💾')){
465466
document.title = '💾 '+document.title;
466467
}
467468

0 commit comments

Comments
 (0)