mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 19:47:53 +08:00
Documentation for ff80be4b0a
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user