We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4086ab8 commit 8dc756aCopy full SHA for 8dc756a
1 file changed
utils/editors/js-console/v2.0/js-console-v2.0.html
@@ -762,11 +762,11 @@
762
763
var js = editor.getValue();
764
765
- if(mode.iframe.checked){
+ //if(mode.iframe.checked){
766
output.run.iframe2(js,{async:mode.async.checked});
767
- }else{
768
- output.run(js,{async:mode.async.checked});
769
- }
+ //}else{
+ //output.run(js,{async:mode.async.checked});
+ //}
770
771
772
}//run
0 commit comments