Skip to content

Commit 381d236

Browse files
save file
1 parent bbff8b9 commit 381d236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

161161
var attr = iframe.getAttribute('sandbox');
162162
var tokens = new Set(attr.split(/\s+/).filter(Boolean));
163-
163+
console.log(chk['allow-scripts']);
164164
if(chk['allow-scripts'].checked){
165165
tokens.add('allow-scripts');
166166
}

0 commit comments

Comments
 (0)