Skip to content

Commit b869ff8

Browse files
save file
1 parent 037eeba commit b869ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
iframe = document.createElement('iframe');
286286
obj.iframe = iframe;
287-
iframe.sandbox = 'sandbox="allow-scripts allow-same-origin"';
287+
iframe.sandbox = 'allow-scripts allow-same-origin';
288288
var html = '';
289289
iframe.srcdoc = `<script>${js}</scr`+`ipt>`;
290290
iframe.onload = onload;

0 commit comments

Comments
 (0)