Skip to content

Commit 61935d2

Browse files
save file
1 parent ba911ac commit 61935d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
publish = mod['publish-ui'];
118118
editor = mod['web-editor'];
119119
output = mod['output-html'];
120-
output.df=true;
120+
output.df = true;
121121

122122
editor.initmod({mode:'html',on});
123123
autosave.initmod({save:btn.save});
@@ -350,7 +350,7 @@ <h4 slot=version>v3.0</h4>
350350

351351

352352
btn.run = function(){
353-
353+
debug('btn.run');
354354
run.sandbox();
355355

356356
}//run

0 commit comments

Comments
 (0)