Merge pull request #339 from bocoup/fix-website-includes

Complete migration of website assets
This commit is contained in:
Brian Terlson 2015-06-26 12:00:56 -07:00
commit 408318bfb0

View File

@ -35,7 +35,7 @@ function BrowserRunner() {
$.ajax({async: false,
dataType: "text",
success: function(data){errorDetectorFileContents = data;},
url:harnessDir+"ed.js"});
url:"scripts/ed.js"});
$.ajax({async: false,
dataType: "text",
@ -45,7 +45,7 @@ function BrowserRunner() {
$.ajax({async: false,
dataType: "text",
success: function(data){globalScopeContents = data;},
url:harnessDir+"gs.js"});
url:"scripts/gs.js"});
$.ajax({async: false,
dataType: "text",