Skip to content

Commit 2c7b2eb

Browse files
save file
1 parent 6718fb3 commit 2c7b2eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
</script>
7878

79-
79+
8080

8181

8282

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

462462
on.change = function(){
463463
//console.log('on.change');
464-
document.title = '💾 '+document.title;
464+
if(!document.title.startsWith('💾'){
465+
document.title = '💾 '+document.title;
466+
}
465467

466468
}//change
467469

0 commit comments

Comments
 (0)