File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2727*/
2828
2929
30- // Pre-reqs: edu-python .js and jquery.ba-bbq.min.js should be imported BEFORE this file
30+ // Pre-reqs: pytutor .js and jquery.ba-bbq.min.js should be imported BEFORE this file
3131
3232var appMode = 'edit' ; // 'edit', 'visualize', or 'grade' (only for question.html)
3333
@@ -66,7 +66,7 @@ $(document).ready(function() {
6666 $ ( window ) . bind ( "hashchange" , function ( e ) {
6767 appMode = $ . bbq . getState ( 'mode' ) ; // assign this to the GLOBAL appMode
6868
69- // globals defined in edu-python .js
69+ // globals defined in pytutor .js
7070 preseededCode = $ . bbq . getState ( 'code' ) ;
7171
7272 if ( ! preseededCurInstr ) { // TODO: kinda gross hack
Original file line number Diff line number Diff line change @@ -1572,7 +1572,7 @@ ExecutionVisualizer.prototype.renderDataStructures = function() {
15721572// Utilities
15731573
15741574
1575- /* colors - see edu-python .css */
1575+ /* colors - see pytutor .css */
15761576var lightYellow = '#F5F798' ;
15771577var lightLineColor = '#FFFFCC' ;
15781578var errorColor = '#F87D76' ;
Original file line number Diff line number Diff line change 5555< script type ="text/javascript " src ="js/d3.v2.min.js "> </ script >
5656
5757<!-- my own code -->
58- < script type ="text/javascript " src ="js/edu-python .js "> </ script >
58+ < script type ="text/javascript " src ="js/pytutor .js "> </ script >
5959< script type ="text/javascript " src ="js/edu-python-tutor.js "> </ script >
6060
61- < link rel ="stylesheet " href ="css/edu-python .css "/>
61+ < link rel ="stylesheet " href ="css/pytutor .css "/>
6262
6363
6464</ head >
You can’t perform that action at this time.
0 commit comments