Documentation for ff80be4b0a

This commit is contained in:
github-actions
2023-06-16 21:35:33 +00:00
parent 9eca28ec3f
commit 29158cf9a8
7316 changed files with 240608 additions and 57524 deletions

View File

@@ -545,5 +545,12 @@ function initNavTree(toroot,relpath)
navTo(o,toroot,hashUrl(),relpath);
}
})
$("div.toc a[href]").click(function(e) {
e.preventDefault();
var docContent = $('#doc-content');
var aname = $(this).attr("href");
gotoAnchor($(aname),aname,true);
})
}
/* @license-end */