We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b47fe commit d6f49c0Copy full SHA for d6f49c0
utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html
@@ -163,7 +163,9 @@
163
var attr = def_sandbox;
164
console.log(attr);
165
var tokens = new Set(attr.split(/\s+/).filter(Boolean));
166
- console.log(chk['allow-scripts']);
+
167
+ console.log(chk['allow-scripts'],chk['allow-scripts'].checked);
168
169
if(chk['allow-scripts'].checked){
170
tokens.add('allow-scripts');
171
}
0 commit comments