Skip to content

Commit 39842df

Browse files
save file
1 parent e9f5449 commit 39842df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
obj.srcdoc = function(html){
175175

176176
var attr = def_sandbox;
177-
console.log(attr);
177+
//console.log(attr);
178178
var tokens = new Set(attr.split(/\s+/).filter(Boolean));
179179

180180
if(!chk['allow-scripts'].checked){
@@ -188,7 +188,7 @@
188188
}
189189

190190
var attr = [...tokens].join(' ');
191-
console.log(attr);
191+
//console.log(attr);
192192
iframe.setAttribute('sandbox',attr);
193193

194194
iframe.srcdoc = html;

0 commit comments

Comments
 (0)