Skip to content

Commit 62bb233

Browse files
committed
Use absolute URL for fragment-links.js
We already do this in 404.html. This helps fixing whatwg/html-build#33.
1 parent 5cd2a7a commit 62bb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

link-fixup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ window.addEventListener('DOMContentLoaded', function () {
77
return;
88

99
var script = document.createElement('script');
10-
script.src = 'fragment-links.js';
10+
script.src = '/multipage/fragment-links.js';
1111
document.body.appendChild(script);
1212
});

0 commit comments

Comments
 (0)