summaryrefslogtreecommitdiff
path: root/cgi-bin/and-then-js-async-cb-adds-timeout.js
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/and-then-js-async-cb-adds-timeout.js')
-rw-r--r--cgi-bin/and-then-js-async-cb-adds-timeout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/and-then-js-async-cb-adds-timeout.js b/cgi-bin/and-then-js-async-cb-adds-timeout.js
index b53678b..e232561 100644
--- a/cgi-bin/and-then-js-async-cb-adds-timeout.js
+++ b/cgi-bin/and-then-js-async-cb-adds-timeout.js
@@ -6,6 +6,6 @@
setTimeout(1000, function() {
/* Add a <script> tag */
var script = document.createElement("SCRIPT");
- script.src = "https://test.netsurf-browser.org/hello-world.js";
+ script.src = "https://test.netsurf-browser.org/html/hello-world.js";
document.body.appendChild(script);
});