Skip to content

Commit 76b6567

Browse files
save file
1 parent d5dc23c commit 76b6567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
483483
set.title = function(title){
484484

485485
document.title = title;
486-
set.favicon(icon.def);
487486

488487
}//title
489488

@@ -508,6 +507,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
508507
filemod.cur = file;
509508
var title = file.name||file.filename;
510509
set.title(title);
510+
set.favicon(icon.def);
511511
}
512512

513513
menu.close();

0 commit comments

Comments
 (0)