Skip to content

Commit de2e359

Browse files
save file
1 parent 60a63f6 commit de2e359

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,8 @@
300300

301301
var echo = chk['console-echo'].checked;
302302
//iframe.contentWindow.postMessage({type:'run',html,echo},'*');
303-
304-
debugger;
305-
303+
console.log(html);
304+
306305
var blob=new Blob([html],{type:'text/html'});
307306
var url=URL.createObjectURL(blob);
308307
iframe.src=url;

0 commit comments

Comments
 (0)