Skip to content

Commit 1c4c0c9

Browse files
save file
1 parent b0a4047 commit 1c4c0c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,9 @@
406406
iframe.style.display = 'none';
407407
iframe.sandbox = 'allow-scripts allow-same-origin';
408408

409-
var blob = new Blob([html],{type:'text/html'});
410-
var url = window.URL.createObjectURL(blob);
409+
//var blob = new Blob([html],{type:'text/html'});
410+
//var url = window.URL.createObjectURL(blob);
411+
411412
iframe.onload = onload;
412413
iframe.srcdoc = '';
413414

0 commit comments

Comments
 (0)