Skip to content

Commit 90d735d

Browse files
committed
Fix typo in previous commit
1 parent 76a4fc2 commit 90d735d

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
@@ -16,7 +16,7 @@
1616

1717
// handle section-foo.html links from the old old multipage version,
1818
// and broken foo.html from the new version
19-
if ((!fragid) || !(fragid in fragment_links)) {
19+
if (!fragid || !(fragid in fragmentLinks)) {
2020
var m = window.location.pathname.match(/\/(?:section-)?([\w\-]+)\.html/);
2121
if (m) {
2222
fragid = m[1];

0 commit comments

Comments
 (0)