We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fc364 commit 1bfcd9cCopy full SHA for 1bfcd9c
utils/editors/html-editor/v2.0/html-editor-v2.0.html
@@ -367,7 +367,6 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
367
$(root,'#save').onclick = btn.save;
368
369
370
- publish.initdom();
371
372
$('#run').onclick = run;
373
$(root,'#prettier').onclick = btn.prettier;
@@ -393,6 +392,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
393
392
mainmenu.initdom(root),
394
filemod.initdom(),
395
autosave.initdom(),
+ publish.initdom(),
396
output.initdom(root),
397
log.initdom(),
398
editor.initdom(view,{mode:'html'}),
0 commit comments