Skip to content

Commit 5b40ce2

Browse files
committed
Script.js insertLinks called earlier
1 parent 7cd8552 commit 5b40ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ function parseMd() {
1212
nodes = $.parseHTML(html);
1313
aDiv.after(nodes);
1414
removeOrigToc();
15+
addToc();
1516
insertLinks();
1617
unindentBanner();
1718
d3.selectAll("code").each(function() {
1819
hljs.highlightBlock(this);
1920
});
20-
addToc();
2121
});
2222
}
2323

0 commit comments

Comments
 (0)