Skip to content

Commit 1fbe25f

Browse files
save file
1 parent f596416 commit 1fbe25f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,11 @@
297297
var attr = sandbox_def;
298298
//console.log(attr);
299299
var tokens = new Set(attr.split(/\s+/).filter(Boolean));
300-
300+
/*
301301
if(!chk['allow-scripts'].checked){
302302
tokens.delete('allow-scripts');
303303
}
304+
*/
304305
if(chk['allow-modals'].checked){
305306
tokens.add('allow-modals');
306307
}

0 commit comments

Comments
 (0)