Skip to content

Commit 36b78a5

Browse files
authored
Merge pull request #185 from web-cat/openpop-bugfix
update openpop links for production deployment
2 parents 4898cab + d5c1b66 commit 36b78a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/assets/javascripts/exercises.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
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) {
@@ -122,4 +122,4 @@
122122
}
123123
return html;
124124
}
125-
}).call(this);
125+
}).call(this);

app/controllers/exercises_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)