Skip to content

Commit 79141c6

Browse files
save file
1 parent 6dec551 commit 79141c6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,11 @@
299299
}
300300

301301
var echo = chk['console-echo'].checked;
302-
//iframe.contentWindow.postMessage({type:'run',html,echo},'*');
302+
iframe.contentWindow.postMessage({type:'run',html,echo},'*');
303303

304-
console.log(html);
305-
debugger;
306-
var blob=new Blob([html],{type:'text/html'});
307-
var url=URL.createObjectURL(blob);
308-
iframe.src=url;
304+
//var blob=new Blob([html],{type:'text/html'});
305+
//var url=URL.createObjectURL(blob);
306+
//iframe.src=url;
309307

310308
}//onload
311309

@@ -323,7 +321,7 @@
323321
function kill(){
324322

325323
var niframe = iframe.cloneNode(true);
326-
niframe.srcdoc = null;
324+
//niframe.srcdoc = null;
327325
hldr.replaceChild(niframe,iframe);
328326
iframe = niframe;
329327

0 commit comments

Comments
 (0)