Skip to content

Commit f435770

Browse files
save file
1 parent 8d7c1f9 commit f435770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/editor/editor.html

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

352352
document.title = title;
353-
set.favicon(icon.def);
354353

355354
}//title
356355

@@ -375,6 +374,7 @@ <h1 slot=seo-hdr class=visually-hidden>editor</h1>
375374
filemod.cur = file;
376375
var title = file.name||file.filename;
377376
set.title(title);
377+
set.favicon(icon.def);
378378
}
379379

380380
menu.close();

0 commit comments

Comments
 (0)