mirror of
https://github.com/tc39/test262.git
synced 2025-07-30 01:14:56 +02:00
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.
This commit is contained in:
parent
20d39432b9
commit
15f9804e54
@ -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() {
|
|||||||
$.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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user