summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2015-06-26 14:34:24 -0400
committerMike Pennisi <mike@mikepennisi.com>2015-06-26 14:34:24 -0400
commit15f9804e546a3d80caae220e0a4f1acef4a13b6a (patch)
treed9ae063748db0ba3ecf704ea1b8436c4f669adaf /website
parent20d39432b9c1d5f940f910afd34beb2fbde9c005 (diff)
downloadqtdeclarative-testsuites-15f9804e546a3d80caae220e0a4f1acef4a13b6a.tar.gz
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.
Diffstat (limited to 'website')
-rw-r--r--website/scripts/sth.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/scripts/sth.js b/website/scripts/sth.js
index a25a8c1ac..f55f437fa 100644
--- a/website/scripts/sth.js
+++ b/website/scripts/sth.js
@@ -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",