[html5] r4408 - [e] (0) Simplify the way the scripts are linked to the multipage copy for sanity.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Dec 6 03:16:14 PST 2009
Author: ianh
Date: 2009-12-06 03:16:11 -0800 (Sun, 06 Dec 2009)
New Revision: 4408
Modified:
index
Log:
[e] (0) Simplify the way the scripts are linked to the multipage copy for sanity.
Modified: index
===================================================================
--- index 2009-12-06 07:11:26 UTC (rev 4407)
+++ index 2009-12-06 11:16:11 UTC (rev 4408)
@@ -87,7 +87,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
document.body.appendChild(e);
}
function init() {
More information about the Commit-Watchers
mailing list