Skip to content
Snippets Groups Projects
Commit 15f9804e authored by Mike Pennisi's avatar Mike Pennisi
Browse files

Complete migration of website assets

Update the URLs used by dynamic script loading code according to the new
location of the recently-moved web site scripts.
parent 20d39432
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ function BrowserRunner() { ...@@ -35,7 +35,7 @@ function BrowserRunner() {
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
success: function(data){errorDetectorFileContents = data;}, success: function(data){errorDetectorFileContents = data;},
url:harnessDir+"ed.js"}); url:"scripts/ed.js"});
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
...@@ -45,7 +45,7 @@ function BrowserRunner() { ...@@ -45,7 +45,7 @@ function BrowserRunner() {
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
success: function(data){globalScopeContents = data;}, success: function(data){globalScopeContents = data;},
url:harnessDir+"gs.js"}); url:"scripts/gs.js"});
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment