File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 \<script src=\"https://opendsa-server.cs.vt.edu/OpenDSA/JSAV/build/JSAV-min.js\">\<\/script>\n\
8080 \<script src=\"https://opendsa-server.cs.vt.edu/OpenDSA/lib/odsaUtils-min.js\">\<\/script>\n\
8181 \<script src=\"https://opendsa-server.cs.vt.edu/OpenDSA/lib/odsaAV-min.js\">\<\/script>\n\
82- \<script src=\"https://opendsax .cs.vt.edu:9292/assets/JsavWrapper.js\">\<\/script>\n' ;
82+ \<script src=\"https://opendsa-server .cs.vt.edu:9292/assets/JsavWrapper.js\">\<\/script>\n' ;
8383 html += loadScripts ( ) ;
8484 html += '\n \<\/body>' + "</html>" ;
8585 if ( document . getElementsByTagName ( 'iframe' ) . length !== 0 ) {
122122 }
123123 return html ;
124124 }
125- } ) . call ( this ) ;
125+ } ) . call ( this ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class ExercisesController < ApplicationController
1010 after_action :allow_iframe , only : [ :practice , :embed ]
1111 # -------------------------------------------------------------
1212
13- HTTP_URL = 'https://opendsax .cs.vt.edu:9292/answers/solve'
13+ HTTP_URL = 'https://opendsa-server .cs.vt.edu:9292/answers/solve'
1414
1515 # GET /exercises
1616 def index
You can’t perform that action at this time.
0 commit comments