Skip to content

Commit efe530e

Browse files
save file
1 parent e66c708 commit efe530e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@
283283
}
284284

285285

286+
287+
/*
286288
var html = `
287289
<script>
288290
@@ -318,10 +320,22 @@
318320
`;
319321
320322
323+
*/
321324

322325

323-
324-
326+
var html = `
327+
328+
<script>
329+
330+
${js}
331+
332+
</scr`+`ipt>
333+
`;
334+
335+
336+
337+
338+
325339
iframe = document.createElement('iframe');
326340
obj.iframe = iframe;
327341
iframe.sandbox = 'allow-scripts allow-same-origin';

0 commit comments

Comments
 (0)