Skip to content

Commit 2a560f3

Browse files
save file
1 parent ec3b6c8 commit 2a560f3

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
@@ -227,7 +227,7 @@
227227
build.sandbox = function(){
228228

229229
var attr = def_sandbox;
230-
console.log(attr);
230+
//console.log(attr);
231231
var tokens = new Set(attr.split(/\s+/).filter(Boolean));
232232

233233
if(!chk['allow-scripts'].checked){
@@ -241,7 +241,7 @@
241241
}
242242

243243
var attr = [...tokens].join(' ');
244-
console.log(attr);
244+
//console.log(attr);
245245
iframe.setAttribute('sandbox',attr);
246246

247247
}//sandbox

0 commit comments

Comments
 (0)