File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ $(document).ready(function() {
7575
7676 // do this AFTER making #pyOutputPane visible, or else
7777 // jsPlumb connectors won't render properly
78- processTrace ( curTrace /* kinda dumb and redundant */ , true ) ;
78+ processTrace ( curTrace /* kinda dumb and redundant */ , false ) ;
7979 }
8080 else {
8181 assert ( false ) ;
Original file line number Diff line number Diff line change 9797
9898< div id ="pyCodeOutputDiv ">
9999
100- Use left and right arrow keys to step through this code:
100+ Use < b > left</ b > and < b > right</ b > arrow keys to step through this code:
101101< table id ="pyCodeOutput "> </ table >
102102
103103</ div >
Original file line number Diff line number Diff line change 142142
143143< div id ="pyCodeOutputDiv ">
144144
145- Use left and right arrow keys to step through this code:
145+ Use < b > left</ b > and < b > right</ b > arrow keys to step through this code:
146146< table id ="pyCodeOutput "> </ table >
147147
148148</ div >
You can’t perform that action at this time.
0 commit comments