Skip to content

Commit 9a086e7

Browse files
save file
1 parent 8bacc1d commit 9a086e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

360360

361361
$(root,'#run').onclick = run;
362-
mode.async = $(root,'#async');
362+
mode.async = $.chkbox(root,'#async-root');
363363

364364
$(root,'#syntax-chk').onclick = btn.syntax;
365365
$(root,'#prettier').onclick = btn.prettier;

0 commit comments

Comments
 (0)