Skip to content

Commit d6f49c0

Browse files
save file
1 parent b3b47fe commit d6f49c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@
163163
var attr = def_sandbox;
164164
console.log(attr);
165165
var tokens = new Set(attr.split(/\s+/).filter(Boolean));
166-
console.log(chk['allow-scripts']);
166+
167+
console.log(chk['allow-scripts'],chk['allow-scripts'].checked);
168+
167169
if(chk['allow-scripts'].checked){
168170
tokens.add('allow-scripts');
169171
}

0 commit comments

Comments
 (0)