mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
db474652ee
commit
0a227fd2b7
691 changed files with 8670 additions and 7532 deletions
|
|
@ -456,16 +456,6 @@ $(function () {
|
|||
return;
|
||||
}
|
||||
tocFilterClearButton.fadeIn();
|
||||
|
||||
// set all parent nodes status
|
||||
$('#toc li>a').filter(function (i, e) {
|
||||
return $(e).siblings().length > 0
|
||||
}).each(function (i, anchor) {
|
||||
var parent = $(anchor).parent();
|
||||
parent.addClass(hide);
|
||||
parent.removeClass(show);
|
||||
parent.removeClass(filtered);
|
||||
})
|
||||
|
||||
// Get leaf nodes
|
||||
$('#toc li>a').filter(function (i, e) {
|
||||
|
|
@ -1172,7 +1162,7 @@ $(function () {
|
|||
|
||||
$(window).on('hashchange', scrollToCurrent);
|
||||
|
||||
$(window).on('load', function () {
|
||||
$(window).load(function () {
|
||||
// scroll to the anchor if present, offset by the header
|
||||
scrollToCurrent();
|
||||
});
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue