We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a4fc2 commit 90d735dCopy full SHA for 90d735d
link-fixup.js
@@ -16,7 +16,7 @@
16
17
// handle section-foo.html links from the old old multipage version,
18
// and broken foo.html from the new version
19
- if ((!fragid) || !(fragid in fragment_links)) {
+ if (!fragid || !(fragid in fragmentLinks)) {
20
var m = window.location.pathname.match(/\/(?:section-)?([\w\-]+)\.html/);
21
if (m) {
22
fragid = m[1];
0 commit comments