Skip to content

Commit 1bfcd9c

Browse files
save file
1 parent c1fc364 commit 1bfcd9c

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
@@ -367,7 +367,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
367367
$(root,'#save').onclick = btn.save;
368368

369369

370-
publish.initdom();
371370

372371
$('#run').onclick = run;
373372
$(root,'#prettier').onclick = btn.prettier;
@@ -393,6 +392,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
393392
mainmenu.initdom(root),
394393
filemod.initdom(),
395394
autosave.initdom(),
395+
publish.initdom(),
396396
output.initdom(root),
397397
log.initdom(),
398398
editor.initdom(view,{mode:'html'}),

0 commit comments

Comments
 (0)