Skip to content

Commit d12b165

Browse files
save file
1 parent a642c54 commit d12b165

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

utils/editors/js-console/v3.0/js-console-v3.0.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,6 @@
277277

278278
<button id=run>run</button>
279279

280-
<div id=iframe-root>
281-
<span>
282-
iframe
283-
</span>
284-
<input id=iframe type=checkbox checked>
285-
</div>
286-
287280
<div id=async-root>
288281
<span>
289282
async
@@ -366,7 +359,6 @@
366359

367360

368361
$(root,'#run').onclick = run;
369-
mode.iframe = $(root,'#iframe');
370362
mode.async = $(root,'#async');
371363

372364
$(root,'#syntax-chk').onclick = btn.syntax;
@@ -426,7 +418,6 @@
426418
var url = new URL(window.location);
427419
var params = url.searchParams;
428420

429-
mode.iframe.checked = params.has('iframe');
430421
mode.async.checked = params.has('async');
431422

432423
}//query

0 commit comments

Comments
 (0)